search knowledge group
Search for similar content in a RAG group using vector similarity
Documentation Index
Fetch the complete documentation index at: https://anam.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the knowledge group
Body
Query string to search the group's documents, plus an optional cap on how many chunks to return. Only READY documents are included in the results.
Response
Successfully retrieved search results
ID of the document the chunk was extracted from.
Filename of the source document.
Text content of the matching chunk.
Similarity score for this chunk against the query, higher is more similar.
Zero-based index of the chunk within the source document.
Free-form metadata attached to the chunk at ingest time.

