Skip to content

LlamaEdge-RAG 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 10:40
· 304 commits to main since this release

Major features:

  • /v1/rag/embeddings endpoint as an all-in-one way to convert a *.txt or*.md document to embeddings.
  • /v1/rag/query endpoint as an equivalent of /v1/chat/completions for chatting with RAG models.
  • rag-api-server.wasm for HTTP scheme only.
  • rag-api-server-full.wasm for both HTTP and HTTPS schemes.