symfonic.core.documents.in_memory¶
in_memory ¶
In-memory document store — reference implementation for testing/CI.
Not thread-safe. Capped at 10,000 documents.
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.