Module llama_core::rag
source · Expand description
Define APIs for RAG operations.
Functions§
- Generate a list of chunks from a given text. Each chunk will be up to the
chunk_capacity
. - Convert document chunks to embeddings.
- Convert a query to embeddings.
- Retrieve similar points from the Qdrant server using the query embedding