Projet RAG avec ChromaDB
Description
Ce projet démontre l’utilisation de ChromaDB pour la mise en place d’un système de Retrieval-Augmented Generation (RAG) en Python.
Prérequis
- Python 3.8+
- pip
Installation
- Clonez le dépôt
git clone https://github.com/krimoi45/chroma-rag-project.git
cd chroma-rag-project
- Créez un environnement virtuel
python -m venv venv
source venv/bin/activate # Sur Windows, utilisez `venvScriptsactivate`
- Installez les dépendances
pip install -r requirements.txt
Utilisation
Lancez le script principal :
python main.py
Fonctionnalités
- Création d’une collection de documents avec ChromaDB
- Génération d’embeddings avec Sentence Transformers
- Recherche de similarité sémantique
- Exemple de système RAG basique
Technologies
- ChromaDB
- Sentence Transformers
- NumPy
- Python
Licence
Projet open-source
ChromaDB RAG System
Project Details
- krimoi45/chroma-rag-project
- Last Updated: 4/15/2025
Recomended MCP Servers
MCP server implementation for Kibela API integration
rocketreach-mcp-server
Model Context Protocol server for GitHub API integration
A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API.
A working example to create a FastAPI server with SSE-based MCP support
MCP Advisor & Installation - Use the right MCP server for your needs
MCP server for interacting with the Prefect API
A simple and clear example for implementation and understanding Anthropic MCP (on AWS Bedrock).





