pdf-knowledge

Index PDFs into vector and graph knowledge stores for search and extraction.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill pdf-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-knowledge
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/pdf-knowledge
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill pdf-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PDFs often sit in archives and are hard to search, extract, or connect into structured knowledge.

Core Features & Use Cases

  • Index PDFs into vector and graph stores for fast retrieval.
  • Perform semantic search over indexed documents and query a knowledge graph for relationships.
  • Enable RAG and hybrid search workflows to derive answers from documents.

Quick Start

Index a PDF with index_pdf and then run search_documents or query_knowledge_graph to explore results.

Frequently Asked Questions about pdf-knowledge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I index PDFs into a searchable knowledge graph for semantic search?

Indexing PDFs for semantic search involves parsing documents into a vector and graph knowledge store, enabling fast retrieval, RAG workflows, and relationship extraction across large document collections.

What is hybrid search and how does it work with PDF documents?

Hybrid search on PDF documents combines vector-based semantic search with graph relationship queries to retrieve highly relevant information. You can execute this using the hybrid_search tool after indexing your files.

Do I need a specific server to run RAG workflows on my PDF archives?

Yes, running RAG workflows on PDFs requires the pdf-vector-graph MCP server to be active. This server powers the ask_documents and search_documents tools to extract answers from your indexed knowledge store.

Can I query relationships in a PDF knowledge graph without manual extraction?

Yes, you can query relationships directly using the query_knowledge_graph tool. Once PDFs are indexed into the graph store, the tool extracts and maps structured connections without manual intervention.

What's the best way to search large PDF collections for specific answers?

The best way to search large PDF collections is using the ask_documents tool for direct answers or hybrid_search for combined semantic and graph retrieval. Both require indexing PDFs first via the index_pdf tool.

Why does document indexing fail when processing PDF-heavy workflows?

Document indexing in PDF-heavy workflows fails if the required pdf-vector-graph MCP server is not running. Ensure the server is active before calling index_pdf to parse and store documents in the vector and graph knowledge base.