Skip to content

0xZee/streamlit_mongodb_rag_app

Repository files navigation

🤖 ChatBot

Streamlit ChatBot app to RAG into MongoDB Atlas :

  • Inference & LLM : Groq Inference, Model : llama3.2 3b
  • Embeddings : Cohere
  • Vector Store : MongoDB Atlas Vector Store
pip install -r requirements.txt
streamlit run app.py

Mongodb RAG ChatBot App

⌨ APP DOCKERFILE :

To build the App from Dockerfile

docker build -t mongodb-rag-app .
docker run -p 8501:8501 \
    -e GROQ_API_KEY=your_groq_api_key \
    -e COHERE_DEV_API=your_cohere_api_key \
    -e MONGO_URI=your_mongodb_connection_string \
    mongodb-rag-app

📊 mongodb Dashboard

Streamlit ChatBot app to RAG into MongoDB Atlas

Mongodb App Dashboard

About

Streamlit ChatBot app to RAG into MongoDB Atlas Documents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published