Skip to main content

Crate cognee_storage

Crate cognee_storage 

Source
Expand description

Abstract file-storage layer for Cognee.

Provides a trait-based interface for blob/file persistence so storage backends can be swapped without touching the ingestion pipeline.

Structs§

LocalStorage
StorageWriter
A writer for storing data in chunks This allows efficient streaming writes without loading entire content into memory

Enums§

StorageError

Traits§

StorageExt
Extension trait providing generic convenience methods on top of StorageTrait. Auto-implemented for all types that implement StorageTrait.
StorageTrait