Structsยง
- InMemory
Embedding Provider - Deterministic mock EmbeddingProvider for testing. Returns a fixed-dimension vector derived from the text hash.
- InMemory
Graph Store - In-memory implementation of GraphStore + SearchIndex for testing.
- InMemory
Vector Store - In-memory VectorStore implementation for testing. Uses cosine similarity for nearest-neighbour search.
- Mock
File System - Mock FileSystem for testing.
- Mock
GitProvider - Mock GitProvider for testing.
- Mock
Parse Provider - Mock ParseProvider that returns canned FileData for testing.