search_project_context
Find relevant context chunks from RAG projects using vector similarity search to support information retrieval and contextual understanding.
Instructions
Search for relevant context chunks within a RAG project using vector similarity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of context chunks to return (default: 5) | |
project_name | Yes | Name of the project to search | |
query | Yes | Query to find relevant context |