Embeds the query with the same model used for the entries and returns the most similar knowledge entries within the current tenant. Filters can be combined with the semantic search.
Documentation Index
Fetch the complete documentation index at: https://docs.big-panda.ai/llms.txt
Use this file to discover all available pages before exploring further.
API-Token aus dem Big-Panda-Admin-UI unter Einstellungen → API-Keys. Header: Authorization: Bearer <token>.
Space-separated scope set from the token (ADR-015)
Payload for the semantic search endpoint.
Free-text query to search for. Will be embedded with the same model that was used for the knowledge entries.
1 - 2000Maximum number of results to return
1 <= x <= 100If set, drop results with similarity below this threshold (1.0 = identical, 0.0 = unrelated)
-1 <= x <= 1Restrict results to a specific category
Restrict results to a specific entry type (knowledge, skill, ...)
knowledge, skill, process, glossary, memory, bootstrap, skill_index Restrict results to entries linked to that project via project_members
Restrict results to a specific visibility level
public, internal, personal, restricted, community, workspace Restrict results to a specific knowledge layer
Restrict results to entries that have ANY of these tags
Restrict results to a specific language (e.g. 'de', 'en'). If unset, searches all languages.