Skip to main content

Breebs (Open Knowledge)

Breebs is an open collaborative knowledge platform. Anybody can create a Breeb, a knowledge capsule based on PDFs stored on a Google Drive folder. A Breeb can be used by any LLM/chatbot to improve its expertise, reduce hallucinations and give access to sources. Behind the scenes, Breebs implements several Retrieval Augmented Generation (RAG) models to seamlessly provide useful context at each iteration.

Retriever​

from langchain.retrievers import BreebsRetriever

See a usage example (Retrieval & ConversationalRetrievalChain)


Was this page helpful?


You can leave detailed feedback on GitHub.