MemoryVault LLM
1.0.0
This Streamlit application functions as an AI-powered chatbot, utilizing OpenAI's GPT-4o model with a memory retention feature. It allows users to converse with the AI, maintaining context over multiple interactions for a seamless conversational experience.
git clone https://github.com/0xPriyanshuJha/MemoryVault-LLM.git
pip install streamlit, mem0, openai
docker pull qdrant/qdrant
docker run -p 6333:6333 -p 6334:6334
-v $(pwd)/qdrant_storage:/qdrant/storage:z
qdrant/qdrant
streamlit run llm.py