Skip to content

PabloReynaga/HackathonService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Vector DB Example

This is a simple FastAPI project with a vector database service (in-memory example).

How to run

  1. Install dependencies:
    pip install -r requirements.txt
    
  2. Start the server:
    uvicorn app.main:app --reload
    

API

  • POST /add-vector with JSON body { "vector": [1.0, 2.0, 3.0] }

Replace the in-memory vector DB with a real one (e.g., Pinecone, Qdrant, FAISS) as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages