Olow304
8b9cd22e00
fix: default multi-word queries to OR for better recall and use search_text in parallel segment indexing, encryption capsule
Docker Release / build-and-push (push) Has been cancelled
2026-01-16 12:04:07 -05:00
Saleban Olow
0d4692043e
Merge pull request #150 from 0x-pankaj/feat/return-metadata-in-search-results
2026-01-14 21:04:24 -05:00
pankaj
e759a5a7ec
feat: add embedding cache with LRU eviction for instant retrieval of repeated texts
2026-01-15 03:41:10 +05:45
pankaj
3b8e7494d0
feat: add local text embedding provider with ONNX support
2026-01-14 02:24:00 +05:45
pankaj
afbf8d76da
feat: return extra_metadata in search results
...
Closes #147
- Add extra_metadata: BTreeMap<String, String> field to SearchHitMetadata
- Populate extra_metadata from Frame.extra_metadata in all search handlers
- Allows users to retrieve custom metadata stored via PutOptions.extra_metadata
Files changed:
- src/types/search.rs: New field in SearchHitMetadata
- src/memvid/search/fallback.rs: Populate in 2 initializers
- src/memvid/search/api.rs: Populate in vector search
- src/memvid/search/tantivy.rs: Populate in Tantivy search
2026-01-13 04:39:09 +05:45
Akash Raj
928f55d7f4
style: format doctor.rs with rustfmt
2026-01-12 06:30:15 +05:30
Olow304
b7cb53f46f
feat(doctor): add quiet mode to suppress debug logs and add streaming encryption tests pr tested
Docker Release / build-and-push (push) Has been cancelled
2026-01-10 17:10:02 -05:00
Mr Sharafdin
eb4a3afd5d
Merge pull request #117 from akash-R-A-J/main
...
fix(encryption): add streaming encryption to prevent OOM on large files
2026-01-10 13:31:11 -08:00
Olow304
b50fc74a78
fix(ci): skip Windows-incompatible tests, remove redundant toolchain
2026-01-09 16:20:31 -05:00
Olow304
44b2aa21de
feat: add Ed25519 ticket signature verification for dashboard-issued capacity tickets
2026-01-09 12:03:48 -05:00
Akash Raj
cc1d3bcd10
Style(encryption): apply rustfmt
2026-01-09 02:07:36 +05:30
Akash Raj
6d924a6d68
Refactor(encryption): make write_atomic generic to preserve decryption errors
2026-01-09 01:11:44 +05:30
Akash Raj
bfd0fbca55
Refactor(encryption): add backward-compatible auto-detection for streaming format
2026-01-08 23:42:34 +05:30
Akash Raj
68bcbb382f
Expose streaming mv2e encryption APIs alongside existing capsule interface
2026-01-08 22:07:04 +05:30
Akash Raj
e099b7c1d1
Fix OOM issue by streaming file encryption and decryption
2026-01-08 22:02:20 +05:30
Olow304
552ea384c2
Release v2.0.131, Give your AI Agent Memory In One File
2026-01-04 20:45:00 -05:00