Skip to content

Commit d864f4b

Browse files
committed
2 parents b157722 + b9be2f9 commit d864f4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ sqlite-memory bridges these concepts, allowing any SQLite-powered application to
3333

3434
- **Hybrid Search**: Combines vector similarity (cosine distance) with FTS5 full-text search for superior retrieval
3535
- **Smart Chunking**: Markdown-aware parsing preserves semantic boundaries
36-
- **Intelligent Sync**: Content-hash change detection unchanged files are skipped, modified files are atomically replaced, deleted files are cleaned up
37-
- **Transactional Safety**: Every sync operation runs inside a SAVEPOINT transaction either fully succeeds or fully rolls back, no partially-indexed content
36+
- **Intelligent Sync**: Content-hash change detection, unchanged files are skipped, modified files are atomically replaced, deleted files are cleaned up
37+
- **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
3939
- **Embedding Cache**: Automatically caches computed embeddings so re-indexing the same text skips redundant API calls and computation
4040
- **Flexible Embedding**: Use local models (llama.cpp) or [vectors.space](https://vectors.space) remote API

0 commit comments

Comments
 (0)