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
v2.0.134
2026-01-16 12:04:07 -05:00
sharafdin
8ad41268c9
added install script
2026-01-16 04:47:36 +03:00
Mr Sharafdin
5b4ecba6e5
Merge pull request #165 from Sjondepon/main
...
Dutch Readme added
2026-01-15 17:39:18 -08:00
Saleban Olow
fb06576fbb
Merge pull request #163 from akash-R-A-J/fix/stabilize-ci-tests
2026-01-15 20:38:06 -05:00
Sjondepon
f1c5df2fe7
Merge branch 'main' into main
2026-01-15 22:59:57 +01:00
Sjondepon
007d954993
Update README.md
2026-01-15 22:54:55 +01:00
Sjondepon
5ff63270f1
Update README.nl.md
2026-01-15 22:52:24 +01:00
Sjondepon
aa4748d6f2
Update README.nl.md
2026-01-15 22:44:06 +01:00
Sjondepon
09dabe3853
Update README.nl.md
2026-01-15 22:35:44 +01:00
Akash Raj
17f4b91ae1
fix: stabilize CI for Ubuntu, macOS, and Windows
2026-01-16 00:09:42 +05:30
Sjondepon
718bfbb573
Update README.nl.md
2026-01-15 16:14:03 +01:00
Sjondepon
3db67879a4
Update README.nl.md
2026-01-15 14:12:12 +01:00
Mr Sharafdin
ec35216c73
Merge pull request #160 from qool/docs/i18n-cs
...
docs(i18n): add Czech README translation
2026-01-15 04:49:04 -08:00
Mikuláš Sychra
22e0e6d100
docs(i18n): add Czech README translation
2026-01-15 12:40:45 +01:00
sharafdin
e7bd81cb93
fix: correct dependabot cooldown configuration.
2026-01-15 14:40:23 +03:00
Mr Sharafdin
6f5b07b5ba
Merge pull request #153 from reneleonhardt/chore/update-dependencies
...
chore: update dependencies
2026-01-15 03:35:07 -08:00
Mr Sharafdin
28fa10dc4b
Merge pull request #158 from fa-ina-tic/main
...
docs(i18n): add Korean README translation
2026-01-15 02:58:04 -08:00
soomin.lee
2915f2ed7c
docs(i18n): add Korean README translation
...
docs(i18n): add Korean README translation
2026-01-15 16:23:25 +09: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
Saleban Olow
1cae3ea29a
Merge pull request #157 from 0x-pankaj/feat/embedding-cache
2026-01-14 21:03:05 -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
Saleban Olow
6b924470ff
Merge pull request #156 from akash-R-A-J/fix/text-embedding-feature-gate
...
fix: gate text_embedding example behind vec feature
2026-01-14 16:50:51 -05:00
Saleban Olow
c2ea9bd80e
Merge pull request #154 from akash-R-A-J/test/doctor-recovery-tests
...
test(doctor): add corruption recovery path tests
2026-01-14 16:50:24 -05:00
Akash Raj
1d9aa25b73
fix: gate text_embedding example behind vec featur
...
e
2026-01-15 02:23:12 +05:30
Akash Raj
c7025beb44
fix: gate text_embedding example behind vec feature
2026-01-15 01:55:32 +05:30
Akash Raj
a690287713
test(doctor): add corruption recovery path tests
2026-01-15 00:17:35 +05:30
Rene Leonhardt
68814d8a8c
chore: update dependencies
2026-01-14 17:40:06 +01:00
Mr Sharafdin
fc77af0c07
Merge pull request #151 from 0x-pankaj/feat/local-text-embeddings
...
feat: add local text embedding provider with ONNX support
2026-01-14 07:51:21 -08:00
Mohamed Mohamed
cea051ce65
Update README.md
2026-01-13 18:30:00 -05:00
Sjondepon
6cd842433c
Update README.nl.md
2026-01-13 23:23:25 +01:00
Sjondepon
d64084c8ba
Update README.nl.md
2026-01-13 23:11:30 +01:00
Sjondepon
9cc3b9709d
Update README.nl.md
2026-01-13 23:09:39 +01:00
Sjondepon
ca3f039b9e
Update README.nl.md
2026-01-13 23:07:38 +01:00
Sjondepon
be782f9378
Create README.nl.md
2026-01-13 23:06:20 +01:00
pankaj
3b8e7494d0
feat: add local text embedding provider with ONNX support
2026-01-14 02:24:00 +05:45
Saleban Olow
fa5b8287bf
Merge pull request #149 from akash-R-A-J/feat/encryption-edge-tests
...
test(encryption): add edge case tests
2026-01-12 18:08:55 -05:00
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
db09594314
test(encryption): add edge case tests
2026-01-13 04:12:27 +05:30
Saleban Olow
817c52f315
Merge pull request #146 from akash-R-A-J/feat/encryption-error-tests
...
test(encryption): add error handling tests
2026-01-12 15:51:41 -05:00
Akash Raj
c3bb56e27c
test(encryption): add error handling tests
2026-01-12 23:56:46 +05:30
Mr Sharafdin
f8cbc9c7df
Merge pull request #139 from akash-R-A-J/feat/encryption-tests
...
test(encryption): add backward compatibility tests for legacy format
2026-01-12 02:05:43 -08:00
Mr Sharafdin
5deb894626
Merge pull request #141 from memvid/dockerize
...
feat(docker): add core library dockerization
2026-01-12 01:44:56 -08:00
sharafdin
5c1a984f6d
feat(docker): add core library dockerization
...
- Add Dockerfile for production builds
- Add Dockerfile.dev for development
- Add Dockerfile.test for testing
- Add docker-compose.yml for easy workflow
- Organize in docker/core/ directory
2026-01-12 12:43:53 +03:00
Akash Raj
928f55d7f4
style: format doctor.rs with rustfmt
2026-01-12 06:30:15 +05:30
Akash Raj
158dc3a425
test(encryption): implement backward compatibility tests
2026-01-12 04:31:46 +05:30
Akash Raj
96ad653479
test(encryption): add legacy format tests and fixtures
2026-01-11 23:08:43 +05:30
Akash Raj
7a885391af
test(encryption): add skeleton tests for streaming encryption
2026-01-11 05:10:32 +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
v2.0.133
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
Mr Sharafdin
b01b9a9621
Merge pull request #136 from krishnaK-D-Bair/feature-hindi-readme
...
Add Hindi translation for README (hi) (Fixes #112 )
2026-01-10 03:01:47 -08:00