Further reading
The following links are a curated list of resources to help you understand this chapter:
- LangChain: https://www.langchain.com
LangSmith: https://smith.langchain.com
ChromaDB: https://docs.trychroma.com
- Lost in the Middle: How Language Models Use Long Contexts, by F. Liu: https://arxiv.org/abs/2307.03172
- MemoryBank: Enhancing Large Language Models with Long-Term Memory: https://ar5iv.labs.arxiv.org/html/2305.10250
- Ebbinghaus’s Forgetting Curve: https://www.mindtools.com/a9wjrjw/ebbinghauss-forgetting-curve
Virtual context management implementation: https://memgpt.ai/
- LangChain agents: https://python.langchain.com/docs/modules/agents/
LangChain tools: https://python.langchain.com/docs/integrations/tools/