Create a named local vector index for retrieval-augmented generation. Documents added are embedded via Ollama for local RAG without cloud dependencies.
Scrape a public URL to create a searchable knowledge base. Extracts content from web pages (including JavaScript-rendered), chunks it, and indexes for RAG.
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.
Convert text into 4096-dimension vectors for retrieval-augmented generation or semantic search. Returns a summary of item count, dimensions, and input tokens so you can populate a vector store efficiently.
Scan document collections, training examples, or RAG retrieval sets to uncover semantic anomalies and poisoned clusters using local embeddings and Isolation Forest.
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.