txtai VS Tribuo

Compare txtai vs Tribuo and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
txtai Tribuo
355 15
6,990 1,218
6.8% 0.6%
9.3 5.3
4 days ago 25 days ago
Python Java
Apache License 2.0 Apache 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.

txtai

Posts with mentions or reviews of txtai. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-27.
  • What contributing to Open-source is, and what it isn't
    1 project | news.ycombinator.com | 27 Apr 2024
    I tend to agree with this sentiment. Many junior devs and/or those in college want to contribute. Then they feel entitled to merge a PR that they worked hard on often without guidance. I'm all for working with people but projects have standards and not all ideas make sense. In many cases, especially with commercial open source, the project is the base of a companies identity. So it's not just for drive-by ideas to pad a resume or finish a school project.

    For those who do want to do this, I'd recommend writing an issue and/or reaching out to the developers to engage in a dialogue. This takes work but it will increase the likelihood of a PR being merged.

    Disclaimer: I'm the primary developer of txtai (https://github.com/neuml/txtai), an open-source vector database + RAG framework

  • Build knowledge graphs with LLM-driven entity extraction
    1 project | dev.to | 21 Feb 2024
    txtai is an all-in-one embeddings database for semantic search, LLM orchestration and language model workflows.
  • Bootstrap or VC?
    1 project | news.ycombinator.com | 5 Feb 2024
    Bootstrapping only works if you have the runway to do it and you don't feel the need to grow fast.

    With NeuML (https://neuml.com), I've went the bootstrapping route. I've been able to build a fairly successful open source project (txtai 6K stars https://github.com/neuml/txtai) and a revenue positive company. It's a "live within your means" strategy.

    VC funding can have a snowball effect where you need more and more. Then you're in the loop of needing funding rounds to survive. The hope is someday you're acquired or start turning a profit.

    I would say both have their pros and cons. Not all ideas have the luxury of time.

  • txtai: An embeddings database for semantic search, graph networks and RAG
    1 project | news.ycombinator.com | 3 Feb 2024
  • Ask HN: What happened to startups, why is everything so polished?
    2 projects | news.ycombinator.com | 27 Jan 2024
    I agree that in many cases people are puffing their feathers to try to be something they're not (at least not yet). Some believe in the fake it until you make it mentality.

    With NeuML (https://neuml.com), the website is a simple HTML page. On social media, I'm honest about what NeuML is, that I'm in my 40s with a family and not striving to be the next Steve Jobs. I've been able to build a fairly successful open source project (txtai 6K stars https://github.com/neuml/txtai) and a revenue positive company. For me, authenticity and being genuine is most important. I would say that being genuine has been way more of an asset than liability.

  • Are we at peak vector database?
    8 projects | news.ycombinator.com | 25 Jan 2024
    I'll add txtai (https://github.com/neuml/txtai) to the list.

    There is still plenty of room for innovation in this space. Just need to focus on the right projects that are innovating and not the ones (re)working on problems solved in 2020/2021.

  • Txtai: An all-in-one embeddings database for semantic search and LLM workflows
    1 project | news.ycombinator.com | 24 Jan 2024
  • Generate knowledge with Semantic Graphs and RAG
    1 project | dev.to | 23 Jan 2024
    txtai is an all-in-one embeddings database for semantic search, LLM orchestration and language model workflows.
  • Show HN: Open-source Rule-based PDF parser for RAG
    9 projects | news.ycombinator.com | 23 Jan 2024
    Nice project! I've long used Tika for document parsing given it's maturity and wide number of formats supported. The XHTML output helps with chunking documents for RAG.

    Here's a couple examples:

    - https://neuml.hashnode.dev/build-rag-pipelines-with-txtai

    - https://neuml.hashnode.dev/extract-text-from-documents

    Disclaimer: I'm the primary author of txtai (https://github.com/neuml/txtai).

  • RAG Using Unstructured Data and Role of Knowledge Graphs
    4 projects | news.ycombinator.com | 17 Jan 2024
    If you're interested in graphs + RAG and want an alternate approach, txtai has a semantic graph component.

    https://neuml.hashnode.dev/introducing-the-semantic-graph

    https://github.com/neuml/txtai

    Disclaimer: I'm the primary author of txtai

Tribuo

Posts with mentions or reviews of Tribuo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-08.
  • FLaNK Weekly 08 Jan 2024
    41 projects | dev.to | 8 Jan 2024
  • Is deeplearning4j a good choice?
    2 projects | /r/java | 11 Mar 2023
    It seems to have been picked up by Eclipse and there is also Oracle Labs' Tribuo and Deep Java Library. All seem active, but I don't know much about any of them. I agree it's probably best to follow the community and use a more popular tool like PyTorch.
  • Stochastic gradient descent written in SQL
    3 projects | news.ycombinator.com | 7 Mar 2023
    We built model & data provenance into our open source ML library, though it's admittedly not the W3C PROV standard. There were a few gaps in it until we built an automated reproducibility system on top of it, but now it's pretty solid for all the algorithms we implement. Unfortunately some of the things we wrap (notably TensorFlow) aren't reproducible enough due to some unfixed bugs. There's an overview of the provenance system in this reprise of the JavaOne talk I gave here https://www.youtube.com/watch?v=GXOMjq2OS_c. The library is on GitHub - https://github.com/oracle/tribuo.
  • Just want to vent a bit
    3 projects | /r/ProgrammingLanguages | 3 Dec 2022
    Although it may be a bit more work, you can do both machine learning and AI in Java. If you are doing deep learning, you can use DeepJavaLibrary (I do work on this one at Amazon). If you are looking for other ML algorithms, I have seen Smile, Tribuo, or some around Spark.
  • Anybody here using Java for machine learning?
    11 projects | /r/java | 13 Sep 2022
    We've been developing Tribuo on Github for two years now, MS are very actively developing ONNX Runtime (and the Java layer is fairly thin and wrapped over the same C API they use for node.js and C#), and things like XGBoost and LibSVM have been around for many years and the Java bits are developed in tree with the rest of the code so updated along with it. Amazon have a team of people working on DJL, though you'd have to ask them what their plans are.
  • Java engineer wants to be a researcher
    1 project | /r/java | 16 Jul 2022
    FWIW, Oracle actually did release a Java ML library - https://github.com/oracle/tribuo.
  • txtai 3.4 released - Build AI-powered semantic search applications in Java
    4 projects | /r/java | 9 Oct 2021
    Tribuo (tribuo.org, github.com/oracle/tribuo). ONNX export support is there for 2 models at the moment in main, there's a PR for factorization machines which supports ONNX export, and we plan to add another couple of models and maybe ensembles before the upcoming release. Plus I need to write a tutorial on how it all works, but you can check the tests in the meantime.
  • Hottest topics for research for JAVA software engineers
    1 project | /r/java | 18 Aug 2021
    You can do ML & data science in Java (full disclosure: I help run TensorFlow-Java, I maintain ONNX Runtime's Java interface, and I'm the lead developer on Oracle Labs' Java ML library Tribuo, so I'm pretty biased). It tends not to be as favoured in research, though I've published academic ML papers which used Java implementations. People do deploy ML models quite a bit in Java in industry.
  • John Snow Labs Spark-NLP 3.1.0: Over 2600+ new models and pipelines in 200+ languages, new DistilBERT, RoBERTa, and XLM-RoBERTa transformers, support for external Transformers, and lots more!
    3 projects | /r/java | 8 Jun 2021
    It might be worth having a look at the ONNX Runtime Java API in addition to TF-Java, it'll let you deploy the rest of the HuggingFace pytorch models that don't have TF equivalents. I built the Java API a few years ago, and it's now a supported part of the ONNX Runtime project. We use it in Tribuo to provide one of our text feature embedding classes (BERTFeatureExtractor).
  • If it gets better w age, will java become compatible for machine learning and data science?
    7 projects | /r/java | 20 May 2021
    The IJava notebook kernel works pretty well for data science on top of Java. We use it in Tribuo to write all our tutorials, and if you've got the jar file in the right folder everything is runnable. For example, this is our intro classification tutorial - https://github.com/oracle/tribuo/blob/main/tutorials/irises-tribuo-v4.ipynb.

What are some alternatives?

When comparing txtai and Tribuo you can also consider the following projects:

sentence-transformers - Multilingual Sentence & Image Embeddings with BERT

Deep Java Library (DJL) - An Engine-Agnostic Deep Learning Framework in Java

tika-python - Tika-Python is a Python binding to the Apache Tikaβ„’ REST services allowing Tika to be called natively in the Python community.

Deeplearning4j - Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learning using automatic differentiation.

faiss - A library for efficient similarity search and clustering of dense vectors.

oj! Algorithms - oj! Algorithms

transformers - πŸ€— Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

spark-nlp - State of the Art Natural Language Processing

CLIP - CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image

grobid - A machine learning software for extracting information from scholarly documents

paperai - πŸ“„ πŸ€– Semantic search and workflows for medical/scientific papers

Siddhi - Stream Processing and Complex Event Processing Engine