weaviate / Verba

Retrieval Augmented Generation (RAG) chatbot powered by Weaviate
BSD 3-Clause "New" or "Revised" License
5.93k stars 632 forks source link

Add a Langchain QA agent in addition to vector search #58

Closed priamai closed 3 days ago

priamai commented 9 months ago

Hi there, what about also adding a Langchain QA agent interface in addition to the standard search?

It should be quite straightforward to add like this example: https://python.langchain.com/docs/use_cases/question_answering/conversational_retrieval_agents

Super powerful!

thomashacker commented 9 months ago

Great idea! We'll look into it

thomashacker commented 3 days ago

We added LangChain Tokenizers in the newest release, but feel free to create a PR and add it to the newest version. I'll pause this for now