Experimental API - Context Connectors is experimental and subject to breaking changes.
Prerequisites
- Node.js 18+
- Augment API credentials
- For chat: An LLM API key (OpenAI, Anthropic, or Google)
Steps
1. Install
2. Set credentials
3. Index the site
You should see:
4. Search
You should see an LLM-generated answer based on the documentation:
For raw search results without LLM processing, add --raw:
5. Chat (Optional)
For an interactive AI agent that can search and read the documentation:
You should see:
Ask questions interactively:
Type exit to quit.
Done!
You can now:
- Search the documentation semantically with the
search command
- Chat with an AI agent that understands the docs using the
agent command
Limitations
- Only static HTML is indexed. JavaScript-rendered content (SPAs) won’t work.
- Only pages linked from the starting URL are discovered.
Also Works With