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

257 results 29 ms in manticoresoftware/columnar

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 · 2024-12-05 · 15 · #71

est::size_M

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

sanikolaevsanikolaev · 2024-10-17

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 · 2024-12-05 · 15 · #71

est::size_M

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

sanikolaevsanikolaev · 2024-10-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: …

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

est::size_Srel::upcomingfeature::vector_search

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #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

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

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #71

est::size_M

@donhardman pls advise.

sanikolaevsanikolaev · 2024-11-01

CI: a few fixes and improvements

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

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #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

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

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #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

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

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #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

Update bug_report.yml

sanikolaevsanikolaev · 2024-05-30 · 0 · #64

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #71

est::size_M

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

sanikolaevsanikolaev · 2024-11-11

Mirror job fixes

djklim87djklim87 · 2023-11-27 · 3 · #45

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #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

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 · 2024-12-05 · 15 · #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

MCL 2.3.0

sanikolaevsanikolaev · 2024-05-03 · 0 · #57

publishpack

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #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

MCL 2.3.0

sanikolaevsanikolaev · 2024-05-03 · 1 · #58

publishpack

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #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

Test

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

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #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

Sketches of CI tag mirroring

djklim87djklim87 · 2023-11-21 · 0 · #42

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #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

Tags mirror job

djklim87djklim87 · 2023-11-22 · 3 · #43

Integration with embedding library

donhardmandonhardman · 2024-12-05 · 15 · #71

est::size_M

@donhardman ^

glookkaglookka · 2024-12-05

Bumped year in copyright to 2024

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

Changes in CI needed for Jieba test

sanikolaevsanikolaev · 2024-09-29 · 4 · #70

Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? Let us …

CLAassistantCLAassistant · 2024-09-28

Update manticore_src.txt

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

Changes in CI needed for Jieba test

sanikolaevsanikolaev · 2024-09-29 · 4 · #70

Linux debug test results   8 files    8 suites   7m 23s :stopwatch: 466 tests 450 :white_check_mark: 14 :zzz: 2 :x: 480 runs  464 :white_check_mark: 14 :zzz: 2 :x: For more details on these failures, see this check. Results for commit 7218a68d. :recycle: …

github-actions[bot]github-actions[bot] · 2024-09-28

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

Changes in CI needed for Jieba test

sanikolaevsanikolaev · 2024-09-29 · 4 · #70

Linux release test results   8 files    8 suites   6m 5s :stopwatch: 466 tests 450 :white_check_mark: 14 :zzz: 2 :x: 480 runs  464 :white_check_mark: 14 :zzz: 2 :x: For more details on these failures, see this check. Results for commit 7218a68d. :recycle: …

github-actions[bot]github-actions[bot] · 2024-09-28

latest tests failures

test 452 and 466 failed here

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

Changes in CI needed for Jieba test

sanikolaevsanikolaev · 2024-09-29 · 4 · #70

Windows test results   5 files    5 suites   10m 45s :stopwatch: 449 tests 432 :white_check_mark: 14 :zzz: 3 :x: 457 runs  440 :white_check_mark: 14 :zzz: 3 :x: For more details on these failures, see this check. Results for commit 7218a68d. :recycle: …

github-actions[bot]github-actions[bot] · 2024-09-28

crash on select when too many ft fields

If you run this script: #!/usr/bin/php <?php if (count($argv) < 5) die("Usage: ".__FILE__." <batch size> <concurrency> <docs> <number of fields>\n"); // This function waits for an idle mysql connection for the $query, runs it and exits function process($ …

sanikolaevsanikolaev · 2023-02-08 · 1 · #14

bug

KNN Find-similar-docs-by-id doesn't work as described.

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

waiting

Are you sure that you runs with EXTRA=1? Cause everything works fine for me docker run -e EXTRA=1 --name manticore --rm -d manticoresearch/manticore:6.3.6 && echo "Waiting for Manticore docker to start. Consider mapping the data_dir to make it start …

djklim87djklim87 · 2024-08-13