Product Overview
What this page is for
Understand the operational workflow and user-facing concepts in RAGler.
Core entities
Source: raw content from manual input, web, or file upload.Session: draft workspace in Redis.Chunk: atomic knowledge unit.Collection: published context in Qdrant.
Workflow summary
- Ingest source.
- Generate/edit chunks in session.
- Preview and publish to collection.
- Search published knowledge.
Verify
- You can list collections and sessions from API.
- You can publish and then retrieve via search.