Skip to content

sdivyanshu90/Advanced-Retrieval-for-AI-with-Chroma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌟 Advanced Retrieval for AI with Chroma - Learning Notes

Welcome! πŸ‘‹ This repo contains my notebooks, notes, and experiments from the course Advanced Retrieval for AI with Chroma by DeepLearning.AI.

The course dives into how to build smarter retrieval-augmented generation (RAG) systems using ChromaDB (an open-source embedding database). These notebooks are my way of practicing, tinkering, and learning by doing.


βš™οΈ How to Use

  1. Clone the repo:

    git clone https://github.com/sdivyanshu90/Advanced-Retrieval-for-AI-with-Chroma.git
    cd Advanced-Retrieval-for-AI-with-Chroma
  2. Set up your environment:

    python -m venv venv
    source venv/bin/activate   # On Windows: venv\Scripts\activate
  3. Fire up Jupyter:

    jupyter notebook

πŸ“š Learning Goals

Through these exercises, I aim to:

  • Understand how ChromaDB works behind the scenes.
  • Practice advanced retrieval techniques (query transformation, reranking, filtering).
  • Build my own end-to-end RAG pipeline.
  • Document my journey so others can follow along (and maybe even improve on it!).

πŸ™ Acknowledgements

Big thanks to DeepLearning.AI for creating the course Advanced Retrieval for AI with Chroma. This repo is not the official course repo β€” it’s just my learning companion.


🀝 Contributing

If you’re also taking the course and experimenting with Chroma, feel free to fork this repo, try things out, and share ideas!


πŸ“œ License

These notebooks are for learning and personal use. Please check DeepLearning.AI for the original materials.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published