HackerTrans
TopNewTrendsCommentsPastAskShowJobs

snikolaev

1,044 karmajoined 7 jaar geleden

Submissions

Turbopuffer vs. Manticore Search on a couple of cheap VPS

manticoresearch.com
1 points·by snikolaev·3 dagen geleden·0 comments

[untitled]

1 points·by snikolaev·7 dagen geleden·0 comments

14× faster embeddings: how we rebuilt the ONNX path in Manticore

medium.com
5 points·by snikolaev·7 dagen geleden·0 comments

Faster embeddings: how we rebuilt the ONNX path in Manticore

manticoresearch.com
80 points·by snikolaev·11 dagen geleden·12 comments

[untitled]

1 points·by snikolaev·12 dagen geleden·0 comments

[untitled]

1 points·by snikolaev·12 dagen geleden·0 comments

[untitled]

1 points·by snikolaev·13 dagen geleden·0 comments

[untitled]

1 points·by snikolaev·14 dagen geleden·0 comments

Faster KNN search in Manticore: 2-pass HNSW, batched distances, and AVX-512

medium.com
58 points·by snikolaev·18 dagen geleden·5 comments

Faster KNN search in Manticore: 2-pass HNSW, batched distances, and AVX-512

manticoresearch.com
2 points·by snikolaev·18 dagen geleden·0 comments

[untitled]

1 points·by snikolaev·20 dagen geleden·0 comments

Manticore Search 27.1.5: Auth, sharding, conversational&faster vector search

medium.com
1 points·by snikolaev·20 dagen geleden·0 comments

Manticore Search 27.1.5: Auth, sharding, conversational and faster vector search

manticoresearch.com
35 points·by snikolaev·21 dagen geleden·4 comments

Manticore Search 27.1.5

manticoresearch.com
3 points·by snikolaev·22 dagen geleden·1 comments

The Evolution of 'More Like This'

manticoresearch.com
1 points·by snikolaev·vorige maand·0 comments

The Evolution of 'More Like This

medium.com
2 points·by snikolaev·vorige maand·0 comments

The Evolution of 'More Like This'

manticoresearch.com
17 points·by snikolaev·vorige maand·1 comments

[untitled]

1 points·by snikolaev·vorige maand·0 comments

KNN early termination in Manticore Search

medium.com
3 points·by snikolaev·vorige maand·0 comments

KNN early termination in Manticore Search

manticoresearch.com
16 points·by snikolaev·vorige maand·1 comments

comments

snikolaev
·21 dagen geleden·discuss
[flagged]
snikolaev
·21 dagen geleden·discuss
Fair. We spent months optimizing query execution and approximately 1 minute optimizing the hero image. Clearly the latter made the bigger impression :)
snikolaev
·22 dagen geleden·discuss
Authentication, sharded tables, conversational search and faster vector search
snikolaev
·5 jaar geleden·discuss
In terms of advanced NLP (stemming, lemmatization, stopwords, wordforms) - no. In terms of just general tokenization - I've never dealt with Latin and Ancient Greek characters (if there're specific characters for those languages), but if even they are not supported by default it's not a problem to add them in config (https://mnt.cr/charset_table)
snikolaev
·5 jaar geleden·discuss
Hi. Nice project! I don't know why there's no BM25 (or at least SOME TF-IDF implementation) in Postgres FTS, but if you decide you need it (and more languages support and highlighting and lower response time) ping us at [email protected] and we'll help you with integrating your postgres dataset with Manticore Search. 60M docs shouldn't be a problem at all (should take about an hour to make an index) and you'll get proper ranking and nice highlighting with just few lines of new code. Here's an interactive course about indexing from mysql https://play.manticoresearch.com/mysql/ , but with postgres it's the same.