Similar Questions in AI System Design
Medium
How do you implement "Long-Term Memory" for an agent so it remembers a user's preference from a conversation that happened three weeks ago?
View
Medium
When would you store a summary of a document in the vector DB but retrieve the full text for the LLM?
View
Medium
What is the fundamental difference between a "Chain" (hardcoded steps) and an "Agent" (model-decided steps)? When is a Chain actually better than an Agent?
View