Create a named local vector index for retrieval-augmented generation. Documents added are embedded via Ollama for local RAG without cloud dependencies.
Execute a complete retrieval-augmented generation workflow to answer user questions using document context, automatically handling embedding, semantic search, and strict context-grounded responses.
Enhances AI model capabilities with structured, retrieval-augmented thinking processes that enable dynamic thought chains, parallel exploration paths, and recursive refinement cycles for improved reasoning.
Enables retrieval-augmented generation by embedding queries with a chosen provider (e.g., OpenAI) and searching supported vector stores (Pinecone, pgvector) to return relevant content.
Scrape a web page, divide its content into structured text chunks optimized for RAG retrieval, and return them ready for downstream processing. No embedding or vector database required.
Convert PDF files to structured Markdown, fixed-size token chunks, or heading-aware semantic chunks for retrieval-augmented generation. Supports encrypted PDFs and custom chunk overlap.
Convert any permitted public web page into clean Markdown for AI agents or note-taking. Returns explicit errors for blocked, paywalled, or login-gated pages.
Create a knowledge base in Amazon Bedrock to store and organize documents for retrieval-augmented generation (RAG), supporting vector search, custom parsing, and chunking strategies.
Scrape a web page, generate embeddings, and sync the vectors to your vector database for retrieval. Supports multiple embedding and vector DB providers.