Learn how to use the knowledge base slash command to search and retrieve information from your RAG-enabled collections
search-query
- Natural language question or search termsaction
- Operation type: “ask” (default - generates AI answer) or “search” (returns raw results)
filters
- Attribute filters to narrow search results
max-results
- Number of results to return (1-50, default: 10)
model
- AI model for answer generation (ask only, default: “gpt-4o-mini”)
=
equals!=
not equals>
greater than>=
greater than or equals<
less than<=
less than or equalsAND
combine multiple conditions (all must match)OR
combine multiple conditions (any can match)department = "engineering" AND last_updated > 2024