Contextual data architecture for RAG, memory, and document retrieval. The Knowledge Layer provides the primitives your pipelines need to access, store, and reason over structured and unstructured data.
Isolation containers within apps. Each namespace has its own threads, sources, memory, and artifacts, providing a clean boundary for data separation.
Conversation-like entities that maintain state and history across interactions. Threads are the primary unit for tracking multi-turn exchanges and agent workflows.
Persistent embeddings, facts, and structured knowledge that pipeline steps can read and write. Memory enables your AI to recall context, learn from interactions, and build up knowledge over time.
Upload and index documents for retrieval-augmented generation. Sources are the foundation of your RAG pipeline, providing the external knowledge your models need to give accurate, grounded responses.
Generated and processed data outputs from pipeline executions. Artifacts capture the results of your AI systems, making them inspectable, reusable, and manageable.