Getting help from AI
All pyvespa documentation is available in plain Markdown for easy consumption by LLMs and AI coding assistants.
LLM-optimized documentation
Following the llms.txt standard, we publish:
- llms.txt -- Concise index of all docs with descriptions
- llms-full.txt -- Complete documentation in a single file (~2 MB)
Every documentation page also has a Markdown version available by replacing .html with .md.txt in the URL.
Look for the Markdown icon button (top-right of each page) to view it.
Instruct your AI assistant
Add the following to your project's CLAUDE.md, AGENTS.md, .cursorrules, or equivalent file to help your AI coding assistant use pyvespa docs effectively:
## pyvespa
When looking up pyvespa documentation, prefer fetching the Markdown versions
instead of scraping HTML pages:
- Documentation index: https://vespa-engine.github.io/pyvespa/llms.txt
- Full documentation: https://vespa-engine.github.io/pyvespa/llms-full.txt
- Per-page markdown: replace `.html` with `.md.txt` in any docs URL
Examples:
- https://vespa-engine.github.io/pyvespa/reads-writes.md.txt
- https://vespa-engine.github.io/pyvespa/api/vespa/application.md.txt
Compatibility
The snippet above works with Claude Code (CLAUDE.md),
GitHub Copilot (.github/copilot-instructions.md),
Cursor (.cursor/rules/*.mdc),
OpenAI Codex and most other AI coding tools that support
AGENTS.md.
All of these read plain Markdown instructions.