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. ABreeb
can be used by any LLM/chatbot to improve its expertise, reduce hallucinations and give access to sources. Behind the scenes,Breebs
implements severalRetrieval Augmented Generation (RAG)
models to seamlessly provide useful context at each iteration.
Retriever
from langchain.retrievers import BreebsRetriever
See a usage example (Retrieval & ConversationalRetrievalChain)