Search financial documents
search_docsSearch financial documents semantically to retrieve relevant chunks ranked by cosine similarity, including source metadata.
Instructions
Semantic search over the indexed financial-docs corpus. Returns the top-k chunks with cosine similarity scores and source metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language search query | |
| k | No | Number of chunks to return (default from config) |