metadata
title: Publisher Chatbot 50k
emoji: π
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 4.31.5
app_file: rag.py
pinned: false
Steps for running rag -:
- Create .env file in root folder and add the following environment variables
OPENAI_API_KEY=<YOUR OPENAI KEY>
- Run the following commands:
pip3 install -r requirements.txt
python3 rag.py
Neo4j RAG course - https://www.deeplearning.ai/short-courses/knowledge-graphs-rag/
- langchain documentation retreiver - https://python.langchain.com/v0.1/docs/modules/data_connection/retrievers/vectorstore/
- https://medium.com/@shaktikanungo2019/3. conversational-ai-unveiling-the-first-rag-chatbot-with-langchain-8b9b04ee4b63
- https://medium.com/@vikrambhat2/building-a-rag-system-and-conversational-chatbot-with-custom-data-793e9617a865
- https://abvijaykumar.medium.com/retrieval-augmented-generation-rag-with-llamaindex-1828ef80314c
- https://medium.com/the-ai-forum/implementing-agentic-rag-using-langchain-b22af7f6a3b5