👀 While it's loading, feel free to check out the other repositories:
🔔 To get a notification when it's ready, leave your email here:
By entering your email, you agree to receive notifications and marketing-related emails
Filter by reset
Add possibility to set EF on every search for vector field
We need to expose the ef parameter in search queries to make it possible to set it at runtime while querying the database. The original HNSW library supports it (https://github.com/nmslib/hnswlib/blob/master/ALGO_PARAMS.md) and Qdrant also has this …
donhardman · 2024-05-23 · 6 · #54
rel::6.3.0_or_2.3.0
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
CLAassistant · 2024-09-28
Precision issue while querying the vector on the Qdrant vector benchmark test
While trying to integrate Manticore Search into the Qdrant vector database benchmark, I discovered that we have very low mean precision. In the current test that I have attached here, Manticore Search's mean precision equals 0.16, while Qdrant's is 0.99. …
donhardman · 2024-05-23 · 9 · #56
bugrel::6.3.0_or_2.3.0
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
github-actions[bot] · 2024-09-28
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
github-actions[bot] · 2024-09-28
sanikolaev · 2024-05-22 · 3 · #63
publishpack
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
github-actions[bot] · 2024-09-28
distributed index can not handle knn queries
seems all knn related data is not send to agent that is why agents of the distributed index replies with the error select id, knn_dist() from distr where knn ( image_vector, 5, (0.286569,-0.031816,0.066684,0.032926) ); ERROR 1064: table distr: agent ip: …
tomatolog · 2024-07-16 · 1 · #55
est::size_Srel::upcomingfeature::vector_search
New arguments parsing for float_vector field
donhardman · 2024-11-05 · 6 · #71
est::size_S
sanikolaev · 2024-10-17
New arguments parsing for float_vector field
Proposal: We should add parsing of the parameters to enable connection with the new library for automatic embeddings. Currently, I suggest starting with the following specification: fields = "field1, field2" : fields we should use as the source for text …
donhardman · 2024-11-05 · 6 · #71
est::size_S
New arguments parsing for float_vector field
donhardman · 2024-11-05 · 6 · #71
est::size_S
sanikolaev · 2024-10-28
Columnar analyzers unable to process exclude filters properly
Bug Description: Currently, integer columnar analyzers have issues processing exclude filters, specifically when table encoding is used. This needs to be fixed. Manticore Search Version: 6.3.1 Operating System Version: Any Have you tried the latest …
glookka · 2024-07-30 · 1 · #68
bugrel::upcoming
New arguments parsing for float_vector field
donhardman · 2024-11-05 · 6 · #71
est::size_S
glookka · 2024-10-31
CI: a few fixes and improvements
sanikolaev · 2023-10-06 · 0 · #35
New arguments parsing for float_vector field
donhardman · 2024-11-05 · 6 · #71
est::size_S
sanikolaev · 2024-11-01
If you run this https://github.com/sanikolaev/Eclipsium_manticore_crash/tree/ac07a3560416f81bf32eaa3d0bcdcff5c1b1490b ( git clone; docker compose up ) you'll see that Manticore finds significantly less results with SI on compared to when SI is off: mysql> …
sanikolaev · 2024-05-23 · 1 · #36
bugrel::6.3.0_or_2.3.0
New arguments parsing for float_vector field
donhardman · 2024-11-05 · 6 · #71
est::size_S
donhardman · 2024-11-04
sanikolaev · 2024-03-04 · 3 · #49
pack
New arguments parsing for float_vector field
donhardman · 2024-11-05 · 6 · #71
est::size_S
donhardman · 2024-11-05
set ( ENV{SOURCE_DATE_EPOCH} "${SOURCE_DATE_EPOCH}" ) # that makes builds reproducable is wrong since the variable is never set before, so the env. var. gets empty while the env. var. in its turn gets set before. clang 16+ are sensitive to empty SOURCE_ …
sanikolaev · 2024-02-17 · 3 · #47
KNN Find-similar-docs-by-id doesn't work as described.
pavelnemirovsky · 2024-08-13 · 2 · #69
waiting
djklim87 · 2024-08-13
sanikolaev · 2024-02-17 · 3 · #48
KNN Find-similar-docs-by-id doesn't work as described.
pavelnemirovsky · 2024-08-13 · 2 · #69
waiting
pavelnemirovsky · 2024-08-13
KNN Find-similar-docs-by-id doesn't work as described.
Bug Description: It seems this example with KNN Find-similar-docs-by-id doesn't work as described. Manticore Search Version: 6.3.6 Operating System Version: Original Docker Container Have you tried the latest development version? No Internal Checklist: …
pavelnemirovsky · 2024-08-13 · 2 · #69
waiting
githubmanticore · 2023-02-08 · 1 · #17
githubmanticore · 2023-01-18
knn tests are skipped in nightly test runs
Bug Description: knn tests are skipped in nightly test runs: Start 277: col_275 -- knn index 9/56 Test #277: col_275 -- knn index ........................................................***Skipped 0.05 sec Start 278: col_276 -- knn search vs json queries …
glookka · 2024-11-01 · 2 · #72
bug
knn tests are skipped in nightly test runs
glookka · 2024-11-01 · 2 · #72
bug
tomatolog · 2024-10-31
Faced such a problem that when I have an open client for a long time, the manticore crashes on a search query and does not respond to sql queries, sometimes the processor is loaded into the ceiling. I was looking for what the problem was for a very long …
itaginsexordium · 2023-05-22 · 2 · #23
bug
knn tests are skipped in nightly test runs
glookka · 2024-11-01 · 2 · #72
bug
sanikolaev · 2024-11-01
sanikolaev · 2024-05-30 · 0 · #64
Columnar analyzers unable to process exclude filters properly
glookka · 2024-07-30 · 1 · #68
bugrel::upcoming
glookka · 2024-07-27
djklim87 · 2023-11-27 · 3 · #45
sanikolaev · 2024-05-22 · 3 · #63
publishpack
github-actions[bot] · 2024-05-22
I'm getting the following error trying to load the index from Postgresql materialized view. what(): It is possible we have a buffer overrun. You reported having allocated 8192 bytes for the compressed data but we needed 8228 bytes. Please increase the …
EgorZamotaev · 2023-05-16 · 2 · #22
bug
mitrokosta · 2024-07-04 · 1 · #65
sanikolaev · 2024-07-01
sanikolaev · 2024-05-03 · 0 · #57
publishpack
sanikolaev · 2024-05-22 · 3 · #63
publishpack
github-actions[bot] · 2024-05-22
For #44 To build, fork Annoy into manticoresoftware org along with this commit on top for file I/O.
mitrokosta · 2024-07-04 · 1 · #65
manticoresearch · 2024-07-03 · 1 · #66
CLAassistant · 2024-07-03