Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 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

46 results 10 ms in manticoresoftware/columnar

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 …

glookkaglookka · 2024-07-30 · 1 · #68

bugrel::upcoming

partial results with SI on

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> …

sanikolaevsanikolaev · 2024-05-23 · 1 · #36

bugrel::6.3.0_or_2.3.0

Redundant seeks/reads when processing VALUES filters in SI

Bug Description: When block offsets and block values are read for an IN() filter with multiple values, they are often read without checking if we are processing the same block and already have these values. This can cause severe performance issues if the …

glookkaglookka · 2025-02-03 · 4 · #77

bug

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 …

glookkaglookka · 2024-11-01 · 2 · #72

bug

k=100K, but much less is returned

Bug Description: Take this file: snikolaev@dev2:~$ ls -lah /home/snikolaev/lisdocument1.sql.gz -rw-rw-r-- 1 snikolaev snikolaev 362M Dec 8 18:02 /home/snikolaev/lisdocument1.sql.gz Load 100K docs with embeddings to Manticore: snikolaev@dev2:/tmp$ time …

sanikolaevsanikolaev · 2025-01-28 · 0 · #73

bugest::size_S

String comparison is not working

…In: mysql> show version; -------------- show version -------------- +-----------+--------------------------------+ | Component | Version | +-----------+--------------------------------+ | Daemon | 6.2.13 dbd94ac5c@24032423 dev | | Columnar | columnar 2.2. …

sanikolaevsanikolaev · 2024-03-25 · 1 · #51

bug

latest tests failures

test 452 and 466 failed here

tomatologtomatolog · 2024-03-25 · 1 · #52

int -> bigint ALTER

Implement int->bigint ALTER support.

sanikolaevsanikolaev · 2023-09-28 · 0 · #34

est::size_S

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. …

donhardmandonhardman · 2024-05-23 · 9 · #56

bugrel::6.3.0_or_2.3.0

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 …

donhardmandonhardman · 2024-05-23 · 6 · #54

rel::6.3.0_or_2.3.0

SI affects result set

SI enabled: mysql> select id from product_main where corp_id = 230028829261824 and id = 627417850052609; Empty set (0.00 sec) SI disabled: mysql> set global secondary_indexes=0; Query OK, 0 rows affected (0.00 sec) mysql> select id from product_main where …

sanikolaevsanikolaev · 2023-08-21 · 2 · #27

bugrel::6.2.2_candidate

mac MCL package doesn't include the knn lib

…➜ ~ searchd -v Manticore 6.2.13 5689bfca3@231117 dev (columnar 2.2.5 975172c@231117) (secondary 2.2.5 975172c@231117) Is this expected?

sanikolaevsanikolaev · 2023-11-17 · 2 · #40

crash after 709b9aca

https://github.com/manticoresoftware/columnar/commit/709b9acaaac97d9a1ca8796892f9ad432021c785 leads to a crash which can be reproduced so: snikolaev@dev2:~$ cat configless.conf searchd { listen = 127.0.0.1:9315:mysql listen = 127.0.0.1:9316:http data_dir …

sanikolaevsanikolaev · 2023-09-15 · 8 · #31

bug

failed tests at c6dbbc

https://github.com/manticoresoftware/columnar/commit/c6dbbcbf277ac35f398637980bb57398a4434dbc didn't pass testing - https://github.com/manticoresoftware/columnar/runs/16049753723

sanikolaevsanikolaev · 2023-08-22 · 1 · #28

rel::6.2.2_candidate

Update deps in the daemon after CI

The task is to make an automated PR in the daemon repo to update deps.txt if the columnar commit passes tests. Exactly like it's done in the Buddy repo.

sanikolaevsanikolaev · 2023-09-20 · 1 · #32

est::size_S

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: …

tomatologtomatolog · 2024-07-16 · 1 · #55

est::size_Srel::upcomingfeature::vector_search

incorporate autotag into CI

Currently when we sync from gitlab to github this function is called which creates the needed tag and propagates it further. When we sync from github to gitlab it doesn't happen - https://github.com/manticoresoftware/columnar/blob/ …

sanikolaevsanikolaev · 2023-11-27 · 3 · #41

Can publish to homebrew?

Can't experience using columnar on macOS

cevincevin · 2023-08-29 · 2 · #29

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: …

pavelnemirovskypavelnemirovsky · 2024-08-13 · 2 · #69

waiting

RANDOM CRASH

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 …

itaginsexordiumitaginsexordium · 2023-05-22 · 2 · #23

bug