indexify VS tantivy

Compare indexify vs tantivy and see what are their differences.

indexify

A realtime and indexing and structured extraction engine for Unstructured Data to build Generative AI Applications (by tensorlakeai)

tantivy

Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust (by quickwit-oss)
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
indexify tantivy
6 51
560 11,129
57.5% 11.1%
9.9 9.1
8 days ago 1 day ago
Rust Rust
Apache License 2.0 MIT License
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.

indexify

Posts with mentions or reviews of indexify. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-03.
  • AIM Weekly 03 June 2024
    19 projects | dev.to | 3 Jun 2024
  • Show HN: Open-Source Distributed Data Framework for LLM Applications
    1 project | news.ycombinator.com | 23 May 2024
    2. PDF Extraction -> PDF -> Markdown -> Chunking -> Embedding, NER (https://github.com/tensorlakeai/indexify/blob/main/docs/docs...)

    Application Layer - Indexify works as a retriever in the LLM application stack, so you can use it pretty easily with your existing applications. Call the retriever API over HTTP to get extracted data from Indexify, and that's pretty much all the integration you need to search or retrieve data.

    You could use composable extractors and chain them together to build complex real time data pipelines that work with any unstructured data.

    Since this is HN, I have the liberty to talk some technical details :)

    How is it Real Time?

  • How I got my first Rust job by doing open-source
    3 projects | dev.to | 30 Apr 2024
    Around 2 weeks ago now, someone opened an issue on OasysDB to integrate it to his platform, Indexify, an open-source platform to extract and process various unstructured data from different sources for generative AI apps in real-time.
  • I accidentally built a meme search engine
    6 projects | news.ycombinator.com | 13 Apr 2024
    These hacks/side projects are amazing! I feel we will see a lot of creativity as tools to build data intensive AI applications become easier.

    We built and open sourced Indexify https://github.com/tensorlakeai/indexify to make it easy to build resilient pipelines to combine data with many different models and transformations to build applications that relies on embedding or any other metadata extracted by models from Videos, Photos and any documents!

    I didn’t know about SigClip, the author mentioned on the blog, need to add this to our library :) I also found it incredible that he generated the crawler with Claude! This is the type of boilerplate I hope we don’t have to write in the future

  • Indexify -Scalable, realtime, continuous indexing engine–Unstructured Data to AI
    1 project | news.ycombinator.com | 6 Mar 2024
  • Job: Rust + Retrieval Systems at Etsy
    2 projects | /r/rust | 23 Jun 2023
    OP I sent you a message, not sure if you have seen it! I am working on an open source project in the retrieval space - https://github.com/diptanu/indexify I would love to chat more with you guys and hear what you are doing :)

tantivy

Posts with mentions or reviews of tantivy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-27.
  • Rank Fusion for improved code context
    1 project | news.ycombinator.com | 11 Jun 2024
    Fun fact: We've implemented binary embedding search [1] without the need for a specialized vector database. Instead, we create dimensional tokens like 'embedding_0_0', 'embedding_1_0', and so on, and we harness the robust capabilities of Tantivy [2]. We're really satisfied with the exceptional quality and performance this approach yields. Moreover, Tabby remains a single binary, integrating all these components seamlessly.

    [1] My binary vector search is better than your FP32 vectors: https://blog.pgvecto.rs/my-binary-vector-search-is-better-th...

    [2] Tantivy: https://github.com/quickwit-oss/tantivy

  • Tantivy – full-text search engine library inspired by Apache Lucene
    9 projects | news.ycombinator.com | 27 May 2024
    | Hm, I am interested, but I would love to use it as a rust lib and just have rust types instead of some json config...

    Yes that's how you use tantivy normally, not sure which json config you mean.

    `tantivy-cli` is more like a showcase, https://github.com/quickwit-oss/tantivy is the actual project.

  • SeekStorm VS tantivy - a user suggested alternative
    2 projects | 22 Mar 2024
  • What is Hybrid Search?
    6 projects | dev.to | 6 Feb 2024
    Tantivy - a full-text indexing library written in Rust. Has a great performance and featureset.
  • Tantivy – Fast, OSS full-text search library in Rust
    1 project | news.ycombinator.com | 20 Jan 2024
  • RAG Using Unstructured Data and Role of Knowledge Graphs
    4 projects | news.ycombinator.com | 17 Jan 2024
    By this I presume you mean build a search index that can retrieve results based on keywords? I know certain databases use Lucene to build a keyword-based index on top of unstructured blobs of data. Another alternative is to use Tantivy (https://github.com/quickwit-oss/tantivy), a Rust version of Lucene, if building search indices via Java isn't your cup of tea :)

    Both libraries offer multilingual support for keywords, I believe, so that's a benefit to vector search where multilingual embedding models are rather expensive.

  • Show HN: Quickwit – OSS Alternative to Elasticsearch, Splunk, Datadog
    4 projects | news.ycombinator.com | 7 Jan 2024
    We also implemented our schemaless columnar storage optimized for object storage.

    The inverted index and columnar storage are part of tantivy [0], which is the fastest search library out there. We maintain it and we decided to build the distributed engine on top of it.

    [0] tantivy github repo: https://github.com/quickwit-oss/tantivy

  • Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
    6 projects | news.ycombinator.com | 8 Oct 2023
    The issue for geo search is here: https://github.com/quickwit-oss/tantivy/issues/44
  • Grimoire - A recipe management application.
    7 projects | /r/rust | 5 Oct 2023
    Search index : Custom-built using tantivy.
  • A Compressed Indexable Bitset
    6 projects | news.ycombinator.com | 1 Jul 2023
    The roaring bitmap variant is used only for the optional index (1 docid => 0 or 1 value) in the columnar storage (DocValues), not for the inverted index. Since this is used for aggregation, some queries may be a full scan.

    The inverted index in tantivy uses bitpacked values of 128 elements with a skip index on top.

    > I didn't follow the rest of your comment, select is what EF is good at, every other data structure needs a lot more scanning once you land on the right chunk. With BMI2 you can also use the PDEP instruction to accelerate the final select on a 64-bit block

    The select for the sparse codec is a [simple array index access](https://github.com/quickwit-oss/tantivy/blob/main/columnar/s...), that is hard to beat. Compression is not good near the 5k threshold though.

What are some alternatives?

When comparing indexify and tantivy you can also consider the following projects:

floneum - Instant, controllable, local pre-trained AI models in Rust

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

searchGPT - Grounded search engine (i.e. with source reference) based on LLM / ChatGPT / OpenAI API. It supports web search, file content search etc.

surrealdb - A scalable, distributed, collaborative, document-graph database, for the realtime web

text-embeddings-inference - A blazing fast inference solution for text embeddings models

milli - Search engine library for Meilisearch ⚡️

Queryable - Run OpenAI's CLIP model on iOS to search photos.

MeiliSearch - A lightning-fast search API that fits effortlessly into your apps, websites, and workflow

hash - 🚀 The open-source, self-building database. From @hashintel

quickwit - Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.

burn - Burn is a new comprehensive dynamic Deep Learning Framework built using Rust with extreme flexibility, compute efficiency and portability as its primary goals.

fselect - Find files with SQL-like queries

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