Multilingual RAG Chatbot: Retrieval Augmented generation (RAG) chatbot using OpenAI GPT Model, Langchain, ChromaDB, and Gradio
- Configuration and Execution
- create .env file and fill in your GPT API credentials.
- Activate Your Environment.
- Ensure you are in the RAG-Chatbot directory
- Run the Application:
In Terminal 1:
python src\serve.py
In Terminal 2:
python src\raggpt_app.py
- Chat with your documents from the assorted 11 languages.
Extra read: