Using this documentation with LLMs ¶
You can feed ST Edge AI documentation directly into your LLM/GPT/AI agent to get context-aware assistance. Three download options are available, each suited to different use cases and context-window sizes.
Downloading the sources ¶
Click the download button at the top-right corner of any page:
Then choose the format that best fits your needs:
|
Download |
Description |
Best for |
Context window |
|---|---|---|---|
|
This page (.rst) |
reStructuredText source of the current page |
Feeding a single topic to your LLM |
Low (<200K tokens) |
|
Docs summary (docs-map.txt) |
Index of all pages with their URLs |
Giving your LLM a high-level overview of the documentation |
Tiny (<10K tokens) |
|
Full documentation (docs-full.txt) |
All documentation sources concatenated into one file |
Giving your LLM the complete documentation for in-depth answers |
High (1M+ tokens) |