Semantic search over knowledge entries
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.
Authorizations
API-Token aus dem Big-Panda-Admin-UI unter Einstellungen → API-Keys. Header: Authorization: Bearer <token>.
Headers
Space-separated scope set from the token (ADR-015)
Body
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.