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

419 results 26 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

fix: unified embeddings lib file names

glookkaglookka · 2025-06-20 · 3 · #95

Windows test results 0 tests   0 ✅  0s ⏱️ 5 suites  0 💤 5 files    0 ❌ Results for commit dd769aea.

github-actions[bot]github-actions[bot] · 2025-06-18

Feat: RHEL 10 support

Ref: manticoresoftware/manticoresearch/issues/3426

djklim87djklim87 · 2025-06-30 · 4 · #104

fix: unified embeddings lib file names

glookkaglookka · 2025-06-20 · 3 · #95

Linux debug test results   8 files    8 suites   11m 23s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit dd769aea. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-06-18

fix!: Fixed crashes on building HNSW index on empty 1-bit quantized vectors; fixed a crash on saving empty float vectors to columnar storage

glookkaglookka · 2025-07-01 · 3 · #105

fix: unified embeddings lib file names

glookkaglookka · 2025-06-20 · 3 · #95

Linux release test results   8 files    8 suites   5m 53s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit dd769aea. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-06-18

CI: valgrind tests

Let's add nightly Valgrind tests, similar to how it's done in Let's add nightly Valgrind tests, similar to how it's done in https://github.com/manticoresoftware/manticoresearch.

sanikolaevsanikolaev · 2025-06-03 · 1 · #94

ci: fixed embeddings lib filename for Windows

sanikolaevsanikolaev · 2025-06-21 · 3 · #97

pack

Linux debug test results   8 files    8 suites   11m 15s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit 39bccb2f.

github-actions[bot]github-actions[bot] · 2025-06-21

semver

sanikolaevsanikolaev · 2025-05-02 · 0 · #83

ci: fixed embeddings lib filename for Windows

sanikolaevsanikolaev · 2025-06-21 · 3 · #97

pack

Linux release test results   8 files    8 suites   6m 27s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit 39bccb2f.

github-actions[bot]github-actions[bot] · 2025-06-21

fix(ci): lower glibc version to 2.27 for bionic compatibility

Update Docker images to use glibc 2.27 instead of 2.28 Ensure compatibility with Ubuntu Bionic environment

donhardmandonhardman · 2025-06-03 · 4 · #93

ci: fixed embeddings lib filename for Windows

sanikolaevsanikolaev · 2025-06-21 · 3 · #97

pack

Windows test results   5 files    5 suites   16m 8s ⏱️ 469 tests 452 ✅ 17 💤 0 ❌ 477 runs  460 ✅ 17 💤 0 ❌ Results for commit 39bccb2f.

github-actions[bot]github-actions[bot] · 2025-06-21

ci(workflows): update runner to ubuntu-24.04 and improve Linux build

Upgrade GitHub Actions runners from ubuntu-22.04 to ubuntu-24.04 for embedding build and pack publish workflows Add GitHub Container Registry login step for Linux builds to enable authenticated image access Replace hardcoded Docker image with architecture …

donhardmandonhardman · 2025-06-02 · 4 · #92

pack

Removed 4-bit quantization

glookkaglookka · 2025-06-24 · 3 · #101

Linux debug test results   8 files    8 suites   11m 18s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit 36f8df2a. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-06-24

feat!: Updated KNN index creation interface to support skipping some of source vectors

feat!: Updated KNN index creation interface to support skipping some of source vectors

glookkaglookka · 2025-06-26 · 3 · #103

Removed 4-bit quantization

glookkaglookka · 2025-06-24 · 3 · #101

Linux release test results   8 files    8 suites   6m 26s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit 36f8df2a. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-06-24

Integration with embedding library

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 · 2025-06-26 · 34 · #71

est::size_M

Removed 4-bit quantization

glookkaglookka · 2025-06-24 · 3 · #101

Windows test results   5 files    5 suites   15m 43s ⏱️ 469 tests 452 ✅ 17 💤 0 ❌ 477 runs  460 ✅ 17 💤 0 ❌ Results for commit 36f8df2a. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-06-24

Add lz4 compression to strings

Currently strings are stored basically uncompressed (only lengths are compressed) when table compression is not applicable. It makes sense to try to add LZ4 compression to such strings to save disk space (string hases used for grouping and filters are …

githubmanticoregithubmanticore · 2025-06-26 · 2 · #13

fix!: Fixed crashes on building HNSW index on empty 1-bit quantized vectors; fixed a crash on saving empty float vectors to columnar storage

glookkaglookka · 2025-07-01 · 3 · #105

Windows test results   5 files    5 suites   16m 6s ⏱️ 469 tests 452 ✅ 17 💤 0 ❌ 477 runs  460 ✅ 17 💤 0 ❌ Results for commit a5f38fb0.

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

ci: added lib_manticore_knn.dll to windows test's artifacts

sanikolaevsanikolaev · 2025-03-01 · 4 · #75

fix!: Fixed crashes on building HNSW index on empty 1-bit quantized vectors; fixed a crash on saving empty float vectors to columnar storage

glookkaglookka · 2025-07-01 · 3 · #105

Linux debug test results   8 files    8 suites   11m 24s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit a5f38fb0.

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

Test _avx2 libraries

Bug Description: Now that each library has two version (with and without _avx2 postfix), both of them need to be tested. Manticore Search Version: Operating System Version: Have you tried the latest development version? None Internal Checklist: To be …

glookkaglookka · 2025-06-26 · 1 · #102

bug

fix!: Fixed crashes on building HNSW index on empty 1-bit quantized vectors; fixed a crash on saving empty float vectors to columnar storage

glookkaglookka · 2025-07-01 · 3 · #105

Linux release test results   8 files    8 suites   6m 23s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit a5f38fb0.

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

Migration to actions/cache@v4

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

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

CI: dynamically set environment variables based on current drive

sanikolaevsanikolaev · 2025-06-20 · 3 · #96

Linux debug test results   8 files    8 suites   11m 19s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit ddcc89b1.

github-actions[bot]github-actions[bot] · 2025-06-20

Quantization improvements

glookkaglookka · 2025-05-14 · 0 · #86

CI: dynamically set environment variables based on current drive

sanikolaevsanikolaev · 2025-06-20 · 3 · #96

Linux release test results   8 files    8 suites   5m 54s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit ddcc89b1.

github-actions[bot]github-actions[bot] · 2025-06-20

fixing build issues

glookkaglookka · 2025-03-11 · 3 · #81

CI: dynamically set environment variables based on current drive

sanikolaevsanikolaev · 2025-06-20 · 3 · #96

Windows test results   5 files    5 suites   16m 13s ⏱️ 469 tests 452 ✅ 17 💤 0 ❌ 477 runs  460 ✅ 17 💤 0 ❌ Results for commit ddcc89b1.

github-actions[bot]github-actions[bot] · 2025-06-20

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

Add lz4 compression to strings

githubmanticoregithubmanticore · 2025-06-26 · 2 · #13

Also, float vectors could benefit from it

glookkaglookka · 2025-06-26

Changes in CI needed for Jieba test

sanikolaevsanikolaev · 2025-01-22 · 4 · #70

Add lz4 compression to strings

githubmanticoregithubmanticore · 2025-06-26 · 2 · #13

float vectors could benefit from it Here's how lz4 compresses float vectors: ~  mysql -v -P9306 -h0 -e "desc test; select count(*) from test" -------------- desc test -------------- +--------------+--------------+----------------+ | Field | Type | …

sanikolaevsanikolaev · 2025-06-26

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 · 2025-06-25 · 3 · #72

bug

Test _avx2 libraries

glookkaglookka · 2025-06-26 · 1 · #102

bug

Update: to test non-avx lib, the avx lib should be deleted, then the search will fallback to the non-avx lib.

sanikolaevsanikolaev · 2025-06-26

Removed 4-bit quantization

glookkaglookka · 2025-06-24 · 3 · #101

Embeddings generation

donhardmandonhardman · 2025-05-26 · 4 · #82

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.2 out of 3 committers have signed the CLA.:white_check_mark: glookka: …

CLAassistantCLAassistant · 2025-03-27

Knn quantization

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

pack

Embeddings generation

donhardmandonhardman · 2025-05-26 · 4 · #82

pack

Linux debug test results   8 files    8 suites   11m 16s ⏱️ 485 tests 468 ✅ 17 💤 0 ❌ 499 runs  482 ✅ 17 💤 0 ❌ Results for commit 7c35e99f. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-04-16