👀 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
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 …
donhardman · 2024-12-05 · 15 · #71
est::size_M
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
sanikolaev · 2024-10-17
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
sanikolaev · 2024-10-28
sanikolaev · 2024-05-22 · 3 · #63
publishpack
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
glookka · 2024-10-31
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 …
glookka · 2024-11-01 · 2 · #72
bug
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
sanikolaev · 2024-11-01
For https://github.com/manticoresoftware/columnar/issues/44 To pass the CI, this PR needs to be merged https://github.com/manticoresoftware/annoy/pull/2
mitrokosta · 2024-07-05 · 2 · #67
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
donhardman · 2024-11-04
We recently added HNSW support for KNN to this library. Together with Manticore Search it works so - https://manual.manticoresearch.com/dev/Searching/KNN#K-nearest-neighbor-search It would be great to implement, test and bechmark https://github.com/ …
sanikolaev · 2023-11-23 · 0 · #44
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
donhardman · 2024-11-05
Implement int->bigint ALTER support.
sanikolaev · 2023-09-28 · 0 · #34
est::size_S
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
glookka · 2024-11-08
to_string(a) requires a to be in the select list
to_string(<bool>) works only if the <bool> is in the select list too, otherwise it returns an empty value: mysql> drop table if exists t; create table t(a bool) engine='columnar'; insert into t(id, a) values(1, 1); select to_string(a) from t; select a, to …
sanikolaev · 2023-04-05 · 0 · #21
bug
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
sanikolaev · 2024-11-11
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 …
githubmanticore · 2022-07-13 · 0 · #13
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
sanikolaev · 2024-11-21
Crash!!! Handling signal 11 on import to table with multi64 field
Doing an import to a table which uses columnar Manticore crashes with message Crash!!! Handling signal 11 . (SIGSEGV) No further details in query log and it is not related to a specific document. The import always crashes after a few seconds however. I …
patrikhermansson · 2023-03-16 · 4 · #18
bugwaiting
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
glookka · 2024-11-21
Bigint leads to index corruption
I'm doing an import of a fairly large dataset into Manticore with columnar. The table has several number fields and when these are set as type integer the import finishes without a hitch. However, if i change these to bigint the import crashes after a few …
patrikhermansson · 2023-03-29 · 9 · #19
bugwaiting
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
sanikolaev · 2024-11-25
Improve filtering performance by using SIMD predication
When columnar storage processes a filter, there are two heavy stages - unpacking data and processing the filter. Filtering performance can be improved by replacing conditions like if ( ( i==(ACCESSOR_VALUES)m_tValue ) ^ (!EQ) ) with predication using _ …
githubmanticore · 2023-08-02 · 1 · #26
est::size_M
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
sanikolaev · 2024-11-25
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
donhardman · 2024-11-29
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
glookka · 2024-12-05
Integration with embedding library
donhardman · 2024-12-05 · 15 · #71
est::size_M
glookka · 2024-12-05
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
CLAassistant · 2024-09-28
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
github-actions[bot] · 2024-09-28
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
github-actions[bot] · 2024-09-28
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
github-actions[bot] · 2024-09-28
KNN Find-similar-docs-by-id doesn't work as described.
pavelnemirovsky · 2024-08-13 · 2 · #69
waiting
djklim87 · 2024-08-13