AxKnowledgeBase_search_private_knowledge_base
Search organization-ingested papers for relevant passages, each cited with its source paper. Find content from private PDFs, or limit results to documents you personally ingested.
Instructions
Semantic search over the organization's private knowledge base — the papers it has ingested itself, not Axiomatic's curated corpus. Returns the most similar passages, each with its source paper, so results can be cited. Use this to find anything ingested with ingest_pdf_to_private_knowledge_base; use search_knowledge_base for the curated corpus.
By default this searches every paper in the organization's private graph, regardless of who ingested it. Set self_only=True to restrict results to only the papers the caller personally ingested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of passages to return (1-50) | |
| query | Yes | Natural language question or topic to search for | |
| self_only | No | Restrict results to only papers the caller personally ingested |