Skip to content

Commit b157722

Browse files
committed
Update README.md
1 parent 9431971 commit b157722

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ sqlite-memory bridges these concepts, allowing any SQLite-powered application to
3636
- **Intelligent Sync**: Content-hash change detection — unchanged files are skipped, modified files are atomically replaced, deleted files are cleaned up
3737
- **Transactional Safety**: Every sync operation runs inside a SAVEPOINT transaction — either fully succeeds or fully rolls back, no partially-indexed content
3838
- **Efficient Storage**: Binary embeddings with configurable dimensions
39+
- **Embedding Cache**: Automatically caches computed embeddings so re-indexing the same text skips redundant API calls and computation
3940
- **Flexible Embedding**: Use local models (llama.cpp) or [vectors.space](https://vectors.space) remote API
4041

4142
## Architecture

0 commit comments

Comments
 (0)