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
Interactive User Feedback MCP
A flexible multi-interface AI agent framework for building agents with reasoning, tool use, memory, deep research, blockchain interaction,...
Memory for AI Agents in 5 lines of code
Model Context Protocol (MCP) server for Bing Webmaster Tools (BWT) allowing Claude.ai and other clients to interact with...
MCP-Server for SAP ABAP wrapping abap-adt-api
MCP Server connects with claude code local command.
A zero-configuration tool for automatically exposing FastAPI endpoints as Model Context Protocol (MCP) tools.
Model Context Protocol (MCP) server implementation for FAL.ai
MCP Server to search individual private Github Repositories





