Project Description:
This project is a personalized chatbot with memory capabilities. It uses Flask for the web interface, Qdrant for vector storage, and Ollama for language processing. The chatbot can store and recall user-specific information, engage in conversations, and respond to queries based on its accumulated knowledge. It features memory storage and retrieval functions, allowing for personalized interactions over time.
here is my code in the project
https://github.com/eointolster/Mem0Ch...
here is where I downloaded Qdrant
https://github.com/qdrant/qdrant/rele...
Do your first lot of pip installs from here
https://github.com/mem0ai/mem0
For example pip install mem0ai
Also do this
pip install -r requirements.txt