This is fun Django project integrating LangChain for building a simple RAG (Retrieval-Augmented Generation) chatbot. Goal is to create a chatbot capable of answering questions based on Django REST Framework documentation.
- Scrape all links from DRF Documentation page.
- Create Chroma database processing all docs as back-end job using Celery
- Retrieve content from DB matching user query.