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

260 results 18 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

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

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

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

Changes in CI needed for Jieba test

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

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

Release 2.3.0

sanikolaevsanikolaev · 2024-05-22 · 3 · #63

publishpack

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

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

New arguments parsing for float_vector field

donhardmandonhardman · 2024-11-05 · 6 · #71

est::size_S

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

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

donhardmandonhardman · 2024-11-05 · 6 · #71

est::size_S

New arguments parsing for float_vector field

donhardmandonhardman · 2024-11-05 · 6 · #71

est::size_S

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

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

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

bugrel::upcoming

New arguments parsing for float_vector field

donhardmandonhardman · 2024-11-05 · 6 · #71

est::size_S

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

glookkaglookka · 2024-10-31

CI: a few fixes and improvements

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

New arguments parsing for float_vector field

donhardmandonhardman · 2024-11-05 · 6 · #71

est::size_S

@donhardman pls advise.

sanikolaevsanikolaev · 2024-11-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

New arguments parsing for float_vector field

donhardmandonhardman · 2024-11-05 · 6 · #71

est::size_S

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

Upgrade to newer CI images

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

pack

New arguments parsing for float_vector field

donhardmandonhardman · 2024-11-05 · 6 · #71

est::size_S

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

Fix in rev.cmake

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

sanikolaevsanikolaev · 2024-02-17 · 3 · #47

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

Clang 15 -> 16

sanikolaevsanikolaev · 2024-02-17 · 3 · #48

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

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

waiting

@djklim87 Yes, it works. I used a custom Dockerfile, which is why it seemed like Buddy didn’t load automatically. My bad closing the ticket. FROM manticoresearch/manticore:6.3.6 ARG CPUTYPE ENV CPUTYPE=${CPUTYPE} RUN apt update && apt-get -y install wget …

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

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

waiting

Add SSE code to columnar scan

githubmanticoregithubmanticore · 2023-02-08 · 1 · #17

➤ Ilya Kuznetsov commented: Done in 207ab42b. Queries like SELECT count(*) FROM taxi WHERE trip_type=0; became 5% faster.

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

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

bug

knn tests are skipped in nightly test runs

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

bug

fixed tests 275 and 276 models at https://github.com/manticoresoftware/manticoresearch/commit/31e044b725127ceec7eb5278cd9ce2e5709e13dc - now these should not fail at night CI with the master head

tomatologtomatolog · 2024-10-31

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

knn tests are skipped in nightly test runs

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

bug

@glookka is it clear from the output here https://github.com/manticoresoftware/columnar/actions/runs/11600797966/job/32302302075 why knn tests are skipped? Also, is it correct there's no lib_manticore_knn.dll here https://github.com/manticoresoftware/ …

sanikolaevsanikolaev · 2024-11-01

Update bug_report.yml

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

Columnar analyzers unable to process exclude filters properly

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

bugrel::upcoming

Fixed in https://github.com/manticoresoftware/columnar/commit/020c82ede0903f898a685cae0b5d8fcb19027771

glookkaglookka · 2024-07-27

Mirror job fixes

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

Release 2.3.0

sanikolaevsanikolaev · 2024-05-22 · 3 · #63

publishpack

Linux debug test results   8 files    8 suites   5m 49s :stopwatch: 454 tests 440 :white_check_mark: 14 :zzz: 0 :x: 468 runs  454 :white_check_mark: 14 :zzz: 0 :x: Results for commit 619550d2.

github-actions[bot]github-actions[bot] · 2024-05-22

Crash on loading index.

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 …

EgorZamotaevEgorZamotaev · 2023-05-16 · 2 · #22

bug

Implement Annoy knn search

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

@mitrokosta thanks for the PR. If you need help with it (so it can pass the CI), pls let us know.

sanikolaevsanikolaev · 2024-07-01

MCL 2.3.0

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

publishpack

Release 2.3.0

sanikolaevsanikolaev · 2024-05-22 · 3 · #63

publishpack

Windows test results   5 files    5 suites   10m 44s :stopwatch: 437 tests 423 :white_check_mark: 14 :zzz: 0 :x: 445 runs  431 :white_check_mark: 14 :zzz: 0 :x: Results for commit 619550d2.

github-actions[bot]github-actions[bot] · 2024-05-22

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

Test

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

All committers have signed the CLA.

CLAassistantCLAassistant · 2024-07-03