cohere-ai/quick-start-connectors
This open-source repository offers reference code for integrating workplace datastores with Cohere's LLMs, enabling developers and businesses to perform seamless retrieval-augmented generation (RAG) on their own data.
Implements a modular connector framework where each datastore integration runs as an isolated Python service exposing a search API that returns standardized JSON documents, which Cohere's Chat API then uses for grounded response generation with citations. Includes pre-built connectors for popular workplace tools (Google Drive, Slack, etc.) and a template for custom datastores, with Docker support for production deployment and Poetry for dependency management.
154 stars. No commits in the last 6 months.
Stars
154
Forks
27
Language
Python
License
MIT
Category
Last pushed
Oct 08, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/cohere-ai/quick-start-connectors"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Niez-Gharbi/PDF-RAG-with-Llama2-and-Gradio
Build your own Custom RAG Chatbot using Gradio, Langchain and Llama2
ricard1406/Little_Agent_Chatbot
Simple AI agent RAG chatbot based on Python, Ollama, Langchain, Gradio. Included tools: real...
alexander-zuev/kollektiv-rag
The open source chat powered by LLMs with RAG. Kollektiv makes it easy to sync your custom data...
GURPREETKAURJETHRA/RAG-Based-LLM-Chatbot
RAG Based LLM Chatbot Built using Open Source Stack (Llama 3.2 Model, BGE Embeddings, and Qdrant...
tedzhao226/ato_chatbot
Australian Tax Office (ATO) chatbot using LlamaIndex RAG and OpenAI. Features automated...