symfonic.core.documents¶
documents ¶
Phase 2 documents sub-package — document store implementations.
InMemoryDocumentStore ¶
Reference DocumentStore for testing/CI. Not thread-safe. Cap: 10_000.
Source code in src/symfonic/core/documents/in_memory.py
read
async
¶
search
async
¶
Search documents by content or ID substring match.
Source code in src/symfonic/core/documents/in_memory.py
write
async
¶
Store a document. Raises StorageError if cap exceeded.