文件历史

23 次代码提交

作者 SHA1 备注 提交日期
Olow304 e18fe55494 v2.0.140: fix WAL corruption after region growth (#230) and Tantivy temp-dir leak (#215)
Docker Release / build-and-push (push) Has been cancelled
- #230: refresh cached_payload_end after WAL growth so rebuild_indexes no
  longer seeks into the grown WAL region and overwrites record payloads
  (was surfacing as "wal record checksum mismatch").
- #215: make TantivyEngine drop its TempDir last and release the index
  writer first, so per-put working directories are cleaned up instead of
  leaking into the system temp dir (notably on Windows).
- add commit_per_put_survives_wal_growth regression test.
2026-05-27 15:12:48 -04:00
Olow304 a79dfddc8b v2.0.139: Fix MV005 — graceful handling of stale frame_ids in all search paths
Docker Release / build-and-push (push) Has been cancelled
2026-03-13 18:33:13 -04:00
Olow304 7511889207 Wire up structured XLSX extraction pipeline in XlsxReader 2026-02-15 13:44:14 -05:00
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
2026-02-06 18:42:01 -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 87c1343f4d Fix: suppress ONNX Runtime stderr warnings on macOS 2026-01-27 09:03:19 -05:00
pankaj aaae5a02ee feat: fix symspell_cleanup data corruption and add dictionary download tooling 2026-01-26 22:08:45 +05:45
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
pankaj 1cbfcacf6e feat: implement HNSW vector search with robust fixed-point metric 2026-01-25 07:48:12 +05:45
pankaj 897ed7c0ac Merge branch 'main' into feat/api-embedding-providers
# Conflicts:
#	Cargo.toml
2026-01-25 04:51:07 +05:45
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 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
Akash Raj 17f4b91ae1 fix: stabilize CI for Ubuntu, macOS, and Windows 2026-01-16 00:09:42 +05:30
Mr Sharafdin 6f5b07b5ba Merge pull request #153 from reneleonhardt/chore/update-dependencies
chore: update dependencies
2026-01-15 03:35:07 -08:00
Akash Raj 1d9aa25b73 fix: gate text_embedding example behind vec featur
e
2026-01-15 02:23:12 +05:30
Rene Leonhardt 68814d8a8c chore: update dependencies 2026-01-14 17:40:06 +01:00
pankaj 3b8e7494d0 feat: add local text embedding provider with ONNX support 2026-01-14 02:24:00 +05:45
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
Olow304 44b2aa21de feat: add Ed25519 ticket signature verification for dashboard-issued capacity tickets 2026-01-09 12:03:48 -05:00
Olow304 552ea384c2 Release v2.0.131, Give your AI Agent Memory In One File 2026-01-04 20:45:00 -05:00