research_query_library
Search your local paper library using natural language queries with hybrid vector and metadata retrieval. Filter results by citations, venue, and category to get scored results with abstract snippets.
Instructions
Search the local library for papers relevant to query using hybrid vector + metadata retrieval. Returns JSON with scored results including abstract snippets and citation counts.
Args: query: Natural-language query. top_k: Number of results (default 5). min_citations: Filter out papers with fewer citations (0 = no filter). venue: Partial venue/conference name filter (e.g. "NeurIPS"). primary_category: arXiv category filter (e.g. cs.LG). rerank: Apply cross-encoder reranking (default True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| venue | No | ||
| rerank | No | ||
| min_citations | No | ||
| primary_category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |