Olow304
06159b6629
Release: v2.0.135 memvid
Docker Release / build-and-push (push) Has been cancelled
2026-01-25 14:22:56 -05:00
Mr Sharafdin
c26911bead
Merge pull request #185 from 0x-pankaj/feat/hnsw-implementation
...
feat: apply HNSW implementation patch
2026-01-24 18:28:31 -08:00
Mr Sharafdin
5bf7d92f6d
Merge pull request #173 from 0x-pankaj/feat/api-embedding-providers
...
feat: add OpenAI API embedding provider
2026-01-24 18:17:44 -08:00
pankaj
1cbfcacf6e
feat: implement HNSW vector search with robust fixed-point metric
2026-01-25 07:48:12 +05:45
pankaj
7a2e55f57e
Merge remote-tracking branch 'origin/main' into fix/extraction-cache-lru
2026-01-25 05:24:59 +05:45
pankaj
897ed7c0ac
Merge branch 'main' into feat/api-embedding-providers
...
# Conflicts:
# Cargo.toml
2026-01-25 04:51:07 +05:45
pankaj
9a7b3c2275
fix: resolve all clippy lints and verify tests passing
2026-01-24 21:26:31 +05:45
pankaj
3461877851
fix(clippy): surgical fixes with documented allows & cast safety
2026-01-24 19:01:31 +05:45
pankaj
50bff53f4a
fix(clippy): resolve all unwrap/expect errors with module-level allows for verified-safe patterns
2026-01-24 18:58:57 +05:45
pankaj
53d8d95a06
fix(clippy): resolve Tier 1 unwrap/expect errors with safe byte extraction helpers
2026-01-24 18:58:57 +05:45
Mr Sharafdin
37df42fc08
Merge pull request #169 from 0x-pankaj/feat/whisper-quantization
...
feat: add Whisper model quantization support and fix rubato 1.0 compa…
2026-01-24 03:09:12 -08:00
Abhisheklearn12
f129a948a5
search(parser): use implicit AND for multi-word queries to improve precision
2026-01-23 13:27:09 +05:30
pankaj
452de831b3
feat: add SIMD acceleration for vector distance calculations
2026-01-20 15:35:37 +05:45
pankaj
6801712d73
feat(extract): add LRU eviction to extraction cache
2026-01-20 11:27:32 +05:45
Mr Sharafdin
7851bf253f
Merge pull request #167 from orbisai0security/fix-v-002-src-replay-types.rs
...
[Security] Enhance Input/Output Handling with Size Limits and Sanitization for Robustness Against DoS
2026-01-18 02:49:01 -08:00
pankaj
12e9c2a954
feat: add OpenAI API embedding provider
2026-01-17 23:11:14 +05:45
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
pankaj
a3c1be7bbe
feat: add Whisper model quantization support and fix rubato 1.0 compatibility
2026-01-16 22:22:16 +05:45
orbisai0security
a45feedd18
fix: resolve critical vulnerability V-002
...
Automatically generated security fix
2026-01-16 03:54:49 +00: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