Appearance
Product Knowledge Grounding
When users ask questions about how OrviQ works, what specific statuses mean, or how to perform a task, OrviQ Assistant retrieves content directly from the Product Knowledge Corpus.
Retrieval Mechanics
- Intent Classification: The system identifies that the question is a Product Help inquiry (e.g., "How does RCSA work?" or "What is the difference between Subset and Superset?").
- Vector Similarity Search: The Assistant searches the published documentation corpus using pgvector cosine similarity.
- Relevance Thresholding: Only excerpts exceeding a strict similarity threshold are passed to the model. If no relevant documentation exists, the Assistant transparently explains that no official documentation was found rather than inventing behavior.
- Trusted Citation Construction: Answers cite the exact documentation article and section anchor on
https://docs.orviq.io.