product VS beir

Compare product vs beir and see what are their differences.

product

Public feedback and ideation discussions for Meilisearch product 🔮 (by meilisearch)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
product beir
5 8
55 1,407
- 4.3%
5.8 4.2
7 months ago about 2 months ago
Python
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

product

Posts with mentions or reviews of product. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Vector storage is coming to Meilisearch to empower search through AI
    6 projects | dev.to | 11 Jul 2023
    We’re excited to walk our first steps toward semantic search. We can’t wait to hear your thoughts on integrating Meilisearch as a vector store. You can give your feedback in this Github discussion.
  • Meilisearch across the Semantic Verse
    3 projects | /r/rust | 15 Jun 2023
    Looks good in fact! We will eventually let users use third-party API like OpenAi and Hugging Face to compute the embedding of the documents and queries. You can try our first prototype if you want.
  • Meilisearch vs. Elasticsearch
    2 projects | news.ycombinator.com | 30 Mar 2023
    Hey @jiripospisil,

    Indeed Meilisearch does not offer an aggregation feature yet although it will be possible to get stats for the `min` and `max` values of a faceted field in the next version (v1.1)

    Please tell us more about what you mean by aggregation and why it is critical for your use-case by creating a discussion on Github here (https://github.com/meilisearch/product/discussions) or by proposing a new idea on our public portal here (https://roadmap.meilisearch.com) if you don't have a Github account.

    Thank you!

  • Show HN: Podcastsaver.com – a search engine testbench dressed as a podcast site
    3 projects | news.ycombinator.com | 24 Oct 2022
    If you remove the URLs from indexation, it'll generally save a ton of place and will be much, much faster to index. We are thinking about not indexing URLs by default; you can help us by explaining your use case here -> https://github.com/meilisearch/product/discussions/553

    Just a detail, if you're making a `du -sh` on your computer, the size on the disk will stay unchanged because we are doing soft deletion ;). Don't worry. It will be physically deleted after a while if you need it in the future.

    If you kept the default configuration of Meilisearch, the maximum size of the HTTP payload is 100Mb (for security). You change it here -> https://docs.meilisearch.com/learn/configuration/instance_op...

    addDocumentsInBatches() is just an helper to send your big json array into multiple parts, not absolutely sure you'll need it. (Code -> https://github.com/meilisearch/meilisearch-js/blob/807a6d827...)

  • Meilisearch just announced its $15M Serie A, the search Rust engine strikes again
    6 projects | /r/rust | 11 Oct 2022
    I advise you to fill out a discussion on our product repository for us to evaluate your needs, and use case and then see what we plan about that.

beir

Posts with mentions or reviews of beir. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-06.
  • On building a semantic search engine
    3 projects | news.ycombinator.com | 6 Jan 2024
    The BEIR project might be what you're looking for: https://github.com/beir-cellar/beir/wiki/Leaderboard
  • BEIR: A Heterogeneous Benchmark for Information Retrieval
    1 project | news.ycombinator.com | 2 Jan 2024
  • Benefits of hybrid search
    1 project | dev.to | 18 Aug 2023
    Custom datasets can also be evaluated using this method as specified in this link. This article and the associated benchmarks script can be reused to evaluate what method works best on your data.
  • Meilisearch vs. Elasticsearch
    2 projects | news.ycombinator.com | 30 Mar 2023
    > Meilisearch focuses on simplicity, relevancy, and performance.

    > excellent relevance out of the box

    > if ease of use, performance, and relevancy are important to you, Meilisearch was made for you

    Is there a benchmark that shows Meilisearch outperforming Elasticsearch in terms of relevance score? I couldn't find Meilisearch listed on https://github.com/beir-cellar/beir.

  • Manticore 6.0.0 – a faster alternative to Elasticsearch in C++
    6 projects | news.ycombinator.com | 10 Feb 2023
  • An alternative to Elasticsearch that runs on a few MBs of RAM
    65 projects | news.ycombinator.com | 24 Oct 2022
    There are actually benchmarks that allow measuring search relevancy objectively, e.g. BEIR[1]. Manticore Search team did an effort to make a PR to include it to the list. The results are here [2]. Unfortunately the BEIR team seems to be too busy to review a whole pile of PRs including about Vespa. Nevertheless it would be nice to have both Meilisearch and Typesense there too since it's interesting what performance those non-tf-idf based search engines would show compared to BM25-based and vector search engines.

    [1] https://github.com/beir-cellar/beir

  • Manticore Search: Elasticsearch Alternative
    9 projects | news.ycombinator.com | 28 Jul 2022
    True! Here's a pull request to BEIR to compare Manticore with Elasticsearch in terms of relevance https://github.com/beir-cellar/beir/pull/92. Spoiler: in this test Manticore provides better relevance than Elasticsearch in average. Of course you can tune both further and Elasticsearch now has KNN which when combined with BM25 can give even better relevance. In general I would say for most users the results quality in terms of full-text relevance is about the same in Elasticseach and Manticore.
  • Manticore: a faster alternative to Elasticsearch in C++ with a 21-year history
    5 projects | /r/selfhosted | 26 Jul 2022
    But there's for example BEIR that compared BM25 vs state of the art ML language models and it turned out BM25 is in average better than all of them unless you rerank top 100 results from Elasticsearch using the language models. With Manticore you can get even better relevance than with Elasticsearch. We made a pull-request to BEIR to demonstrate that https://docs.google.com/spreadsheets/d/1_ZyYkPJ_K0st9FJBrjbZqX14nmCCPVlE_y3a_y5KkYI/edit#gid=0

What are some alternatives?

When comparing product and beir you can also consider the following projects:

com.openai.unity - A Non-Official OpenAI Rest Client for Unity (UPM)

columnar - Manticore Columnar Library

open-product-management - A curated list of product management advice for technical people.

hub

rubyvideo - Indexing all Ruby related videos

manticoresearch - Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon

backlog - My public backlog

ui - https://db-benchmarks.com website

redb - An embedded key-value database in pure Rust

sonic - 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

tape - Tasks Assessing Protein Embeddings (TAPE), a set of five biologically relevant semi-supervised learning tasks spread across different domains of protein biology.

db-benchmarks - Fair database benchmarks framework and datasets