A sample project for vector searching using chromadb , fastapi and integrating Groq API for building a RAG .
-
Clone the Repository
git clone https://github.com/shonejj/vectorsearch.git cd vectorsearch -
Create a Python Virtual Environment
python3 -m venv venv
-
Activate the Virtual Environment
source venv/bin/activate -
Install Dependencies
pip install -r requirements.txt
-
Configure Groq API Key
Open main.py and add your Groq API key where indicated.
-
Run the Application
python3 main.py
-
open the created api at
visit localhost:8000/docs