ChromaDB RAG System – README | MCP Marketplace

✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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

  1. Clonez le dépôt
git clone https://github.com/krimoi45/chroma-rag-project.git
cd chroma-rag-project
  1. Créez un environnement virtuel
python -m venv venv
source venv/bin/activate  # Sur Windows, utilisez `venvScriptsactivate`
  1. 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

Featured Templates

View More

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.