Repo:

Week 1: LangChain Basics

  • Complete LangChain Build a semantic search engine tutorial.

Resources:

Week 2: Integrating LangChain with MongoDB Atlas

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 dosdk<>mongodb path, 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.

Week 4: Develop a tool that solves a problem using these foundations.