Skip to content

shonejj/vectorsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vector Search

A sample project for vector searching using chromadb , fastapi and integrating Groq API for building a RAG .

Setup Instructions

  1. Clone the Repository

    git clone https://github.com/shonejj/vectorsearch.git
    cd vectorsearch
    
  2. Create a Python Virtual Environment

    python3 -m venv venv
    
  3. Activate the Virtual Environment

    source venv/bin/activate
    
  4. Install Dependencies

    pip install -r requirements.txt
    
  5. Configure Groq API Key

    Open main.py and add your Groq API key where indicated.

  6. Run the Application

    python3 main.py
    
  7. open the created api at

    visit localhost:8000/docs

About

vector searching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages