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

293 results 36 ms in manticoresoftware/columnar

chore: migration to an action which has migrated to artifact upload action @v4

@v3 is not supported anymore

sanikolaevsanikolaev · 2025-01-23 · 3 · #76

Knn quantization

glookkaglookka · 2025-03-10 · 4 · #79

pack

All committers have signed the CLA.

CLAassistantCLAassistant · 2025-03-01

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

CI: embedings

donhardmandonhardman · 2025-03-24 · 1 · #74

pack

Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.1 out of 2 committers have signed the CLA.:white_check_mark: glookka: …

CLAassistantCLAassistant · 2024-12-11

CI: a few fixes and improvements

sanikolaevsanikolaev · 2023-10-06 · 0 · #35

Knn quantization

glookkaglookka · 2025-03-10 · 4 · #79

pack

Linux debug test results   8 files    8 suites   8m 38s ⏱️ 478 tests 463 ✅ 15 💤 0 ❌ 492 runs  477 ✅ 15 💤 0 ❌ Results for commit 49318f5e. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-03-01

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

Knn quantization

glookkaglookka · 2025-03-10 · 4 · #79

pack

Linux release test results   8 files    8 suites   5m 55s ⏱️ 478 tests 463 ✅ 15 💤 0 ❌ 492 runs  477 ✅ 15 💤 0 ❌ Results for commit 49318f5e. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-03-01

Migration to actions/cache@v4

v3 seems glitchy. Let's check if v4 is better.

sanikolaevsanikolaev · 2025-03-01 · 3 · #80

Knn quantization

glookkaglookka · 2025-03-10 · 4 · #79

pack

Windows test results   5 files    5 suites   13m 17s ⏱️ 461 tests 446 ✅ 15 💤 0 ❌ 469 runs  454 ✅ 15 💤 0 ❌ Results for commit 49318f5e. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-03-02

CI: daemon/MCL workflow improvement

If there's a branch with the same name in the daemon, it will be used while testing.

sanikolaevsanikolaev · 2025-03-01 · 3 · #78

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

We may want to hide api_key in show create table output for security reasons.

sanikolaevsanikolaev · 2024-10-17

Implement Annoy knn search

For #44 To build, fork Annoy into manticoresoftware org along with this commit on top for file I/O.

mitrokostamitrokosta · 2024-07-04 · 1 · #65

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

Dev call of Oct 28: ALTER should be supported for api_key

sanikolaevsanikolaev · 2024-10-28

Test

manticoresearchmanticoresearch · 2024-07-03 · 1 · #66

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

Adding new options is easy. However, it is not clear what should be done with these options

glookkaglookka · 2024-10-31

Knn quantization

glookkaglookka · 2025-03-10 · 4 · #79

pack

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

@donhardman pls advise.

sanikolaevsanikolaev · 2024-11-01

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-28 · 4 · #77

bugrel::4.1.1

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

We should parse it and store it somewhere to make it possible for the indexer stage to use it to generate embeddings with the lib as discussed before on call.

donhardmandonhardman · 2024-11-04

Bumped year in copyright to 2024

sanikolaevsanikolaev · 2024-01-15 · 3 · #46

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

Here are points to consider: We should create a model and store pointers linked to model_name . This means we need a map of pointers to use in the future when indexing, where the key in this map is model_name . Reference examples can be found in: Test …

donhardmandonhardman · 2024-11-05

Update manticore_src.txt

sanikolaevsanikolaev · 2024-03-25 · 3 · #50

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

Correct me if I'm wrong: Code that results in manticoresearch_text_embeddings.dll / manticoresearch_text_embeddings.so (after cargo build --lib --release ) is built externally by the CI and distributed with MCL Our MCL/KNN library only loads that .SO/.DLL …

glookkaglookka · 2024-11-08

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

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

Correct me if I'm wrong: Discussed on today's dev call.

sanikolaevsanikolaev · 2024-11-11

latest tests failures

test 452 and 466 failed here

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

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

fields = "field1, field2": fields we should use as the source for text to generate embeddings As discussed, it makes sense to use from instead of fields to make it less confusing and support not only ft-fields, but: string attrs stored only text

sanikolaevsanikolaev · 2024-11-21

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

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

How the embeddings library is used: On first insert daemon tells the knn library (from MCL) to create a model using a separate embeddings library MCL tries to load that library using the path from LIB_MANTICORE_KNN_EMBEDDINGS env var (if present) or from …

glookkaglookka · 2024-11-21

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

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

As discussed on today's call, here's what's left to do within this task: Load the lib on daemon start There should be one more function in the lib for versioning which returns smth like 1.2.3 <date> <commit> . @donhardman pls address this Prepare for …

sanikolaevsanikolaev · 2024-11-25

Upgrade to newer CI images

sanikolaevsanikolaev · 2024-03-04 · 3 · #49

pack

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

There should be one more function in the lib for versioning which returns smth like 1.2.3 . @donhardman pls address this Here's a separate task for this https://github.com/manticoresoftware/manticoresearch-text-embeddings/issues/8

sanikolaevsanikolaev · 2024-11-25

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

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

Need to take a look and review two pull requests: https://github.com/manticoresoftware/manticoresearch-text-embeddings/pull/9 https://github.com/manticoresoftware/manticoresearch-text-embeddings/pull/11 I have changed the interface in the second one and …

donhardmandonhardman · 2024-11-29

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

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

I implemented support for embeddings library in MCL and daemon (branches embeddings and embeddings_generation respectively). The next step is to integrate https://github.com/manticoresoftware/manticoresearch-text-embeddings/ into MCL and CI

glookkaglookka · 2024-12-05

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

Integration with embedding library

donhardmandonhardman · 2025-03-20 · 21 · #71

est::size_M

@donhardman ^

glookkaglookka · 2024-12-05