|
f5f2f7c6f2
|
Make the VectorStore aware of the index version
|
2025-08-26 10:19:53 +02:00 |
|
|
6340412219
|
Expose Hannoy progress when upgrading
|
2025-08-26 10:19:53 +02:00 |
|
|
6e4dfa0168
|
First version of Hannoy dumpless upgrade
|
2025-08-26 10:19:52 +02:00 |
|
|
0d4b78a217
|
Integrate the hannoy progress
|
2025-08-26 09:44:23 +02:00 |
|
|
aef07f4bfa
|
wip: Use Hamming when binary quantized
|
2025-08-26 09:44:23 +02:00 |
|
|
0b3f983d27
|
Always use at least an ef = 100 when searching
|
2025-08-26 09:44:23 +02:00 |
|
|
6d92c94bb3
|
Add a missing cancelation call for hannoy
|
2025-08-26 09:44:23 +02:00 |
|
|
30110a0488
|
Reintroduce changing the distance from Cosine to Cosine binary quantized
|
2025-08-26 09:44:22 +02:00 |
|
|
47cee7e1ea
|
Bump Hannoy's version
|
2025-08-26 09:44:22 +02:00 |
|
|
493d67ffd4
|
Increase efSearch from x2 to x10
|
2025-08-26 09:44:22 +02:00 |
|
|
2b2559016a
|
Increase efConstruction from 48 to 125
|
2025-08-26 09:44:22 +02:00 |
|
|
f51f7832a7
|
Rename the ArroyWrapper/HannoyWrapper into VectorStore
|
2025-08-26 09:44:21 +02:00 |
|
|
a38a57acb6
|
Use constants as the hannoy default parameters
|
2025-08-26 09:44:21 +02:00 |
|
|
affcaef556
|
Use Hannoy instead of arroy
|
2025-08-26 09:44:21 +02:00 |
|
|
be045a7636
|
Merge branch 'release-v1.16.0' into fragment-filters
|
2025-08-01 09:04:12 +02:00 |
|
|
223df5a433
|
Remove incorrect break
|
2025-07-29 11:02:59 +02:00 |
|
|
a0b71a8785
|
EmbedderOptions::has_fragments()
|
2025-07-21 15:11:24 +02:00 |
|
|
f244439b4f
|
Revert "Format"
This reverts commit 30fd546c12 .
|
2025-07-10 16:43:45 +02:00 |
|
|
30fd546c12
|
Format
|
2025-07-10 16:43:10 +02:00 |
|
|
2b2e6c0b3a
|
Settings changes
|
2025-07-02 00:05:13 +02:00 |
|
|
e7b9b8f002
|
Change embedder API
|
2025-07-02 00:05:11 +02:00 |
|
|
422a786ffd
|
RuntimeEmbedder and RuntimeFragments
|
2025-07-02 00:05:11 +02:00 |
|
|
836ae19bec
|
ArroyWrapper changes
|
2025-07-02 00:05:11 +02:00 |
|
|
b45059e8f2
|
Add vector::session module
|
2025-07-02 00:05:11 +02:00 |
|
|
c16c60b599
|
Add vector::extractor module
|
2025-07-02 00:05:11 +02:00 |
|
|
17a94c40dc
|
Add vector::db module
|
2025-07-02 00:05:10 +02:00 |
|
|
29f6eeff8f
|
Remove lots of Arcs
|
2025-06-26 12:15:08 +02:00 |
|
|
d08e89ea3d
|
Remove options
|
2025-06-24 15:10:15 +02:00 |
|
|
d7721fe607
|
Format
|
2025-06-24 12:20:22 +02:00 |
|
|
4cadc8113b
|
Add embedder stats in batches
|
2025-06-20 12:42:22 +02:00 |
|
|
4d90e3d2ec
|
Make Cargo and Clippy happy
|
2025-04-01 11:26:34 +02:00 |
|
|
009c36a4d0
|
Add support for the progress API of arroy
|
2025-03-13 19:00:43 +01:00 |
|
|
e2d372823a
|
Disable the cache by default and make it experimental
|
2025-03-13 17:22:51 +01:00 |
|
|
1876132172
|
Mutex-based implementation
|
2025-03-13 17:22:50 +01:00 |
|
|
b08544e86d
|
Add embedding cache
|
2025-03-13 17:22:50 +01:00 |
|
|
ef9d9f8481
|
set the memory in arroy
|
2025-03-13 11:29:00 +01:00 |
|
|
afb4b9677f
|
Remove Embedder:embed
|
2025-03-05 18:16:57 +01:00 |
|
|
294cf39cad
|
Integrate composite embedder
|
2025-02-24 13:58:26 +01:00 |
|
|
4a2643daa2
|
Rename embed_one to embed_search and embed_chunks* to embed_index*
|
2025-02-24 13:58:26 +01:00 |
|
|
8d2d9066ba
|
Add composite embedder
|
2025-02-24 13:58:26 +01:00 |
|
|
8419ed52a1
|
fix clippy
|
2025-02-12 14:38:51 +01:00 |
|
|
41203f0931
|
Add embedders stats
|
2025-02-12 11:37:47 +01:00 |
|
|
0f8eb3b506
|
Improve the logs of the search with AI
|
2025-01-27 14:22:22 +01:00 |
|
|
0bf4157a75
|
try my best to make the sub-settings routes works, it doesn't
|
2025-01-07 16:26:06 +01:00 |
|
|
cc4bd54669
|
Correctly construct the Embeddings struct
|
2024-11-28 13:53:25 +01:00 |
|
|
e9d17136b2
|
Add deadline of 3 seconds to embedding requests made in the context of hybrid search
|
2024-11-18 12:15:11 +01:00 |
|
|
3b0cb5b487
|
Fix vector error messages
|
2024-11-12 23:26:16 +01:00 |
|
|
ee03743355
|
Merge branch 'indexer-edition-2024' into indexer-edition-2024-doc-chunks
|
2024-11-06 15:50:53 +01:00 |
|
|
cf6ad1ae5e
|
Merge branch 'main' into tmp-release-v1.11.0
|
2024-11-04 16:14:44 +01:00 |
|
|
9c1e54a2c8
|
Move crates under a sub folder to clean up the code
|
2024-10-21 08:18:43 +02:00 |
|