search_pdf_knowledge
Search across indexed PDF knowledge layers using semantic similarity to find relevant answers from your personal library.
Instructions
Semantic search across one or more knowledge database layers.
Searches indexed PDF chunks using 768-dim nomic-embed vector similarity.
You can search a single layer or combine layers (e.g. PH background + HAT specialist).
Args:
query: Natural language question or keyword phrase.
databases: List of database slugs to search. Default: all indexed databases.
Examples: ['ph-background'], ['hat-specialist', 'epi-methods'],
or None to search everything.
top_k: Number of results to return (default 8).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| databases | No | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |