8000 GitHub - saeneas/custom-vsearch: custom embedded endpoint for weaviate vectorsearch with multi-qa-MiniLM-L6-cos-v1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

saeneas/custom-vsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

custom-vsearch

minimal gpu custom embedded endpoint for weaviate vectorsearch with multi-qa-MiniLM-L6-cos-v1

Vector Search on KITeGG Cluster

conda create --name vsearch 
conda activate vsearch
pip install "fastapi[all]"
conda install -c conda-forge sentence-transformers
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia

this will take a while...

git clone https://github.com/saeneas/custom-vsearch.git
cd custom-vsearch
uvicorn main:app --reload

Query with

curl localhost:8000/vectors/ -H "Content-Type: application/json" -d '{"text":"give me vecs"}'

About

custom embedded endpoint for weaviate vectorsearch with multi-qa-MiniLM-L6-cos-v1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0