Olow304
4e04ed8282
Add frame-level ACL and enforcement plumbing across search/ask/replay with robustness fixes, tests, and benchmark/example updates.
Docker Release / build-and-push (push) Has been cancelled
v2.0.136
2026-02-06 18:42:01 -05:00
Mohamed Mohamed
38cdd32bb2
Update README.md
2026-02-04 14:49:55 -05:00
sharafdin
724be9f054
Move deprecation warning to bottom of README
2026-02-04 22:39:16 +03:00
sharafdin
d7bd970982
docs: add Memvid v1 deprecation warning to README
...
QR-based memory (v1) is deprecated. Added prominent warning
linking to https://docs.memvid.com/memvid-v1-deprecation
2026-02-04 16:50:26 +03:00
Mohamed Mohamed
3864ee8332
Update README.md
2026-02-03 15:59:46 -05:00
Mohamed Mohamed
67cedb353e
Update README.md
2026-02-03 15:56:51 -05:00
Mohamed Mohamed
f8e661e88c
Update README.md
2026-02-03 15:55:21 -05:00
Mohamed Mohamed
ae528a4650
Update README.md
2026-02-03 15:45:55 -05:00
Mohamed Mohamed
e2aeee58b3
Update README.md
2026-02-03 15:33:33 -05:00
Mohamed Mohamed
9ecafb9f1e
Update README.md
2026-02-03 15:28:49 -05:00
Saleban Olow
df8723a14e
Merge pull request #188 from 0x-pankaj/feat/vector-model-consistency
...
feat: enforce vector index model consistency
2026-01-29 10:47:13 -05:00
pankaj
80a254459b
feat: enforce vector index model consistency via strict binding
2026-01-28 04:12:18 +05:45
Olow304
582556db83
Fix: run cargo fmt on clip.rs and text_embed.rs
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 11:12:30 -05:00
Olow304
5e5673b36d
Fix CI: move target-specific deps section after main dependencies
...
The [target.'cfg(target_os = "macos")'.dependencies] section was placed
in the middle of the main dependencies, causing all subsequent deps
(tantivy, wide, etc.) to be parsed as macOS-only. This made the lex
and simd features fail on Linux/Windows.
Move the target-specific section to after all main dependencies.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 10:48:14 -05:00
Olow304
cbe2f3efdd
Commit Cargo.lock for reproducible CI builds
...
Cargo's dependency resolution was not including tantivy and wide
on Ubuntu CI despite the lex and simd features being enabled.
This appears to be a Cargo bug or edge case with optional dependencies.
Committing Cargo.lock ensures consistent dependency resolution
across all CI runners.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 10:39:06 -05:00
Olow304
9b7f5a62a1
Fix CI: use Cargo.toml hash for cache key instead of missing Cargo.lock
...
The previous cache key used hashFiles('**/Cargo.lock') but Cargo.lock is
gitignored in this library repo. This caused the cache to have an empty
hash suffix, restoring stale dependencies that didn't include tantivy,
wide, and other optional deps that were added recently.
Using Cargo.toml hash ensures the cache invalidates when dependencies change.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 10:33:37 -05:00
Olow304
a4fc2b4e72
Fix CI build: add missing #[cfg(feature = lex)] guards for tantivy-dependent code
2026-01-27 09:44:02 -05:00
Olow304
87c1343f4d
Fix: suppress ONNX Runtime stderr warnings on macOS
2026-01-27 09:03:19 -05:00
Saleban Olow
f24b90db5d
Merge pull request #187 from 0x-pankaj/feat/fix-symspell-cleanup
2026-01-26 20:48:13 -05:00
pankaj
aaae5a02ee
feat: fix symspell_cleanup data corruption and add dictionary download tooling
2026-01-26 22:08:45 +05:45
Olow304
dbca79e89d
fix: resolve redundant closure lint in tantivy.rs:159
2026-01-25 16:05:10 -05:00
Olow304
9108395e48
fix: resolve redundant closure lint in search/mod.rs
2026-01-25 15:54:22 -05:00
Olow304
2bbad84152
fix: Lint formatting issues fixed.
2026-01-25 14:34:01 -05:00
Olow304
06159b6629
Release: v2.0.135 memvid
Docker Release / build-and-push (push) Has been cancelled
v2.0.135
2026-01-25 14:22:56 -05:00
Saleban Olow
bb8eb611f6
Merge pull request #186 from 0x-pankaj/fix/windows-tantivy-file-locking
...
fix(tests): add Windows delay for Tantivy file handle release
2026-01-25 13:54:20 -05:00
pankaj
f5df80e165
fix(tests): apply Windows Tantivy release delay to doctor recovery tests
2026-01-26 00:06:05 +05:45
pankaj
bec7de89d9
fix(tests): add Windows delay for Tantivy file handle release
2026-01-25 23:32:02 +05:45
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
Mr Sharafdin
0bb56a0b01
Merge pull request #175 from 0x-pankaj/fix/extraction-cache-lru
...
feat(extract): add LRU eviction to extraction cache
2026-01-24 18:12:35 -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
Mr Sharafdin
24a31ee3a1
Merge pull request #184 from Adam-Elmi/main
...
Created a script to add flags
2026-01-24 13:19:14 -08:00
Adam-Elmi
a2a13438ab
Created a script to add flags and the LANG_MAP in the script includes 183 languages from the ISO 639-1 standard: https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes
2026-01-24 21:14:11 +03:00
Mr Sharafdin
950e51ffca
Merge pull request #181 from Adam-Elmi/main
...
Added HTML markers to all README files to make updates easier.
2026-01-24 09:11:33 -08:00
Mr Sharafdin
04fe0968e3
Merge pull request #182 from krishnaK-D-Bair/readme-bn-translation
...
docs: add Bengali (bn) README translation
2026-01-24 08:54:56 -08:00
Saleban Olow
1480ea901a
Merge pull request #180 from 0x-pankaj/fix/clippy-safety-overhaul
...
Fix/clippy safety overhaul
2026-01-24 11:35:26 -05:00
pankaj
9a7b3c2275
fix: resolve all clippy lints and verify tests passing
2026-01-24 21:26:31 +05:45
Krishna Bairagya
f328e0046d
docs: add Bengali (bn) README translation
2026-01-24 20:10:54 +05:30
Adam-Elmi
57745a71c9
Updated Somali readme with markers and links
2026-01-24 17:00:09 +03:00
Adam-Elmi
3f528bd6b2
Updated Dutch readme with markers and links
2026-01-24 17:00:09 +03:00
Adam-Elmi
4292c1de8f
Updated Korean readme with markers and links
2026-01-24 17:00:09 +03:00
Adam-Elmi
d328891196
Updated Japanese readme with markers and links
2026-01-24 17:00:09 +03:00
Adam-Elmi
f55e0dd613
Updated Hindi readme with markers and links
2026-01-24 17:00:09 +03:00
Adam-Elmi
367660c0fb
Updated French readme with markers and links
2026-01-24 17:00:08 +03:00
Adam-Elmi
9aa39dc092
Updated Spanish readme with markers and links
2026-01-24 17:00:08 +03:00
Adam-Elmi
169baf4da6
Updated Czech readme with markers and links
2026-01-24 17:00:08 +03:00
Adam-Elmi
4a0363e1bb
Updated Arabic readme with markers and links
2026-01-24 17:00:08 +03:00
Adam-Elmi
10b78c5a87
Created script to update translations
2026-01-24 17:00:08 +03:00