LlamaEdge / rag-api-server

A RAG API server written in Rust following OpenAI specs
https://llamaedge.com/docs/user-guide/server-side-rag/quick-start
Apache License 2.0
28 stars 8 forks source link

Feature Request: Add a new endpoint to return the search result by the embedding model #2

Closed alabulei1 closed 5 months ago

alabulei1 commented 6 months ago

The goal here is to allow users to query lots of data in natural human language.

apepkuss commented 5 months ago

Release 0.4.0 introduced the /v1/retrieve endpoint which satisfies the requirement.