Shaunwei / RealChar

🎙️🤖Create, Customize and Talk to your AI Character/Companion in Realtime (All in One Codebase!). Have a natural seamless conversation with AI everywhere (mobile, web and terminal) using LLM OpenAI GPT3.5/4, Anthropic Claude2, Chroma Vector DB, Whisper Speech2Text, ElevenLabs Text2Speech🎙️🤖
https://RealChar.ai/
MIT License
5.96k stars 729 forks source link

Adding Qdrant Component #447

Open UncIeRick opened 1 year ago

UncIeRick commented 1 year ago
  1. Introduced the wrapper class Database for Chroma and Qdrant
  2. Move Singleton class to singleton.py to avoid circular import
  3. Successfully run Chroma and Qdrant on the wrapper Database class