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

Support for knowledge base #129

Open jfaraklit opened 1 year ago

jfaraklit commented 1 year ago

Support for a private knowledge base. Like Azure cognitive search + OpenAI Service.

Shaunwei commented 1 year ago

It's on our roadmap, stay tuned

nuocamp commented 1 year ago

so good

scooter7 commented 1 year ago

Hi, related to this, if I copied a bunch of website text into the character profile, would that work in terms of enabling a user to ask questions about the content and have the bot respond with the information in the character profile? So, basically, I'm wanting to create a Q&A bot that can provide specific information. Thanks!

jfaraklit commented 1 year ago

@scooter7 yes. make a new character of your choice and add your data in the data folder. you might need to install some py libraries. for example for pdf pypdf and etc.

johndpope commented 1 year ago

https://github.com/StanGirard/quivr

Kevin-free commented 1 year ago

👍You guys are amazing! A knowledge base that supports uploading external files has been implemented.

But I also want to make a request to improve the product and users: Can a knowledge base be built from data generated by the current system (for example, chat records)?

Or the website (for example, Twitter, Weibo). I saw quivr has this function, and @Shaunwei is a contributor, so it should be familiar.