MemoryVault LLM
1.0.0
이 Streamlit 애플리케이션은 메모리 보존 기능이 있는 OpenAI의 GPT-4o 모델을 활용하여 AI 기반 챗봇으로 작동합니다. 이를 통해 사용자는 AI와 대화하고 원활한 대화 경험을 위해 여러 상호 작용에 대한 컨텍스트를 유지할 수 있습니다.
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