Commands
Natural language
Setup
Requires PrivateGPT and Docker for Qdrant. Arka auto-starts services whenPDF_RAG_AUTO_START=1.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ingest PDFs into a local vector store and ask natural-language questions using Arka’s PrivateGPT and Qdrant-powered retrieval-augmented generation pipeline.
| Command | Example |
|---|---|
arka pdf_ingest | pdf_ingest ~/Documents/resume.pdf |
pdf_list | List ingested documents |
arka pdf_ask | pdf_ask --doc resume.pdf "summarize skills" |
arka "ask Profile.pdf about main skills"
arka "summarize ENGLSH-2 weeks 1 to 3"
PDF_RAG_AUTO_START=1.
PDF_RAG_URL=http://127.0.0.1:8080
PRIVATEGPT_HOME=~/Projects/private-gpt
PDF_RAG_AUTO_START=1
pip install "arka-agent[pdf]"
arka pdf status # check PrivateGPT + Qdrant
Related topics
AI agent guide — use Arka over MCPQuickstart: install Arka and run your first commandUse every Arka skill through MCPSecurity model and prompt-injection defensesTroubleshooting Arka: LLM, routing, voice, and RAG fixesWas this page helpful?