search_doc_for_rag_context
Retrieves relevant document context from a knowledge base using semantic search to provide accurate information for answering user queries in RAG systems.
Instructions
Searches and retrieves relevant context from a knowledge base,
based on the user's query.
Args:
query: The search query supplied by the user.
Returns:
str: Relevant text content that can be used by the LLM to answer the query.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |