setup-url | Ingestion | Install Playwright browser for URL ingestion |
scrape | Ingestion | Scrape URLs into JSON files |
parse | Ingestion | Parse local documents into JSON files |
fetch | Ingestion | Fetch REST API responses into JSON files |
chunk | Chunking | Chunk ingestion output JSON files |
embed | Embedding | Embed chunk JSON files and write to an output dir |
store | Storing | Store embedded chunk JSON files in a vector DB |
edit | Storing | Re-embed and replace stored chunks by ID |
delete | Storing | Delete stored chunks by ID |
retrieve | Retrieval | Retrieve chunks relevant to a query |
ingest | Pipeline | Run ingestion → chunk → embed → store in one command |
query | Pipeline | Run query embedding → retrieval in one command |
chat | Chat | Run a RAG chat turn, or start the interactive chat REPL |