👀 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
k=100K, but much less is returned
Bug Description: Take this file: snikolaev@dev2:~$ ls -lah /home/snikolaev/lisdocument1.sql.gz -rw-rw-r-- 1 snikolaev snikolaev 362M Dec 8 18:02 /home/snikolaev/lisdocument1.sql.gz Load 100K docs with embeddings to Manticore: snikolaev@dev2:/tmp$ time …
sanikolaev · 2024-12-09 · 0 · #73
bug
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
sanikolaev · 2024-10-17
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 · 2025-01-21 · 16 · #71
est::size_M
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
sanikolaev · 2024-10-28
Changes in CI needed for Jieba test
sanikolaev · 2024-09-29 · 4 · #70
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
glookka · 2024-10-31
sanikolaev · 2024-05-22 · 3 · #63
publishpack
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
sanikolaev · 2024-11-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 …
glookka · 2024-07-30 · 1 · #68
bugrel::upcoming
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
donhardman · 2024-11-04
CI: a few fixes and improvements
sanikolaev · 2023-10-06 · 0 · #35
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
donhardman · 2024-11-05
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> …
sanikolaev · 2024-05-23 · 1 · #36
bugrel::6.3.0_or_2.3.0
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
glookka · 2024-11-08
donhardman · 2024-12-25 · 1 · #74
pack
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
sanikolaev · 2024-11-11
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 · 2025-01-21 · 16 · #71
est::size_M
sanikolaev · 2024-11-21
sanikolaev · 2024-05-30 · 0 · #64
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
glookka · 2024-11-21
For #44 To build, fork Annoy into manticoresoftware org along with this commit on top for file I/O.
mitrokosta · 2024-07-04 · 1 · #65
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
sanikolaev · 2024-11-25
manticoresearch · 2024-07-03 · 1 · #66
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
sanikolaev · 2024-11-25
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 · 2025-01-21 · 16 · #71
est::size_M
donhardman · 2024-11-29
sanikolaev · 2024-03-25 · 3 · #50
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
glookka · 2024-12-05
Bumped year in copyright to 2024
sanikolaev · 2024-01-15 · 3 · #46
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
glookka · 2024-12-05
String comparison is not working
…In: mysql> show version; -------------- show version -------------- +-----------+--------------------------------+ | Component | Version | +-----------+--------------------------------+ | Daemon | 6.2.13 dbd94ac5c@24032423 dev | | Columnar | columnar 2.2. …
sanikolaev · 2024-03-25 · 1 · #51
bug
Integration with embedding library
donhardman · 2025-01-21 · 16 · #71
est::size_M
donhardman · 2024-12-25
test 452 and 466 failed here
tomatolog · 2024-03-25 · 1 · #52
githubmanticore · 2023-02-08 · 1 · #17
githubmanticore · 2023-01-18
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($ …
sanikolaev · 2023-02-08 · 1 · #14
bug
donhardman · 2024-12-25 · 1 · #74
pack
CLAassistant · 2024-12-11
Implement int->bigint ALTER support.
sanikolaev · 2023-09-28 · 0 · #34
est::size_S
knn tests are skipped in nightly test runs
glookka · 2024-11-01 · 2 · #72
bug
tomatolog · 2024-10-31
lib_manticore_columnar wrong path
Hello Under Debian 10 After Compiling Manticore columnar lib install in /share/manticore/modules But manticore not found it Then I copy libs to /usr/share/manticore/modules/lib_manticore_columnar.so And everything worked Manticore 5.0.3 cff178311@220703 …
webigorkiev · 2023-02-13 · 2 · #15
knn tests are skipped in nightly test runs
glookka · 2024-11-01 · 2 · #72
bug
sanikolaev · 2024-11-01