Repo:
Week 1: LangChain Basics
- Complete LangChain
Build a semantic search enginetutorial.- Link.
- Use Voyage AI to create embeddings.
- Store vectors locally/in-memory for now.
- Related Note: Getting-started-with-langchain
Resources:
- Integrate MongoDB with LangChain
- VoyageAI Quick-Start Guide.
- Markdown loader:
Week 2: Integrating LangChain with MongoDB Atlas
- Complete tutorial for integrating MongoDB with Langchain.
Week 3: Re-write app using VoyageAI Python SDK.
To learn the nuances between leveraging langchain abstractions/components, vs. one without a framework dependency.
- VoyageAI | API Key and Python Client
- Chose to not manually do
sdk<>mongodbpath, since it would take more time than desired to learn to use mongoclient object, uploading embeddings to Atlas etc.- This can be done when building an actual implementation.