amikos-tech / chroma-go

The Go client for Chroma vector database
https://go-client.chromadb.dev
MIT License
60 stars 13 forks source link

Support HF Inference API Reranker #123

Open tazarov opened 2 months ago

tazarov commented 2 months ago

curl --request POST \ --url https://api-inference.huggingface.co/pipeline/sentence-similarity/BAAI/bge-reranker-base \ --header 'Authorization: Bearer xxxx' \ --header 'Content-Type: application/json' \ --data '{"inputs":{"source_sentence": "What is the capital of France?", "sentences": ["Bonn is the capital of Germany","Paris is the capital of France."]}}'