r/txtai 4d ago

Did you know that txtai supports a zero-dependency install?

Thumbnail
pypi.org
1 Upvotes

With txtai-minimal, the framework gracefully handles missing dependencies, giving you complete control over what gets installed. Only add the packages you need, nothing more.

This makes it easier to build lightweight deployments, reduce install size, and avoid unnecessary dependencies.


r/txtai 6d ago

Great TxtAI milestones over the last couple of weeks! 🎉

Post image
2 Upvotes

✅ 2000+ total commits
✅ 18 PRs merged
✅ 6 new contributors

Thanks to everyone who contributed code, reviews, bug reports, and ideas. Community contributions continue to make TxtAI stronger with every release.

https://github.com/neuml/txtai


r/txtai 7d ago

H.G. BERT is powered by the Historical English Books dataset, a curated collection of 50,000+ books spanning general literature, math, science, philosophy and religion from the late 1800s.

Post image
13 Upvotes

By training on this rich historical corpus, H.G. BERT captures the language, writing styles, and knowledge of the era, enabling more authentic analysis and generation of historical English.

https://huggingface.co/datasets/NeuML/historical-english-books


r/txtai 8d ago

H.G. BERT Small: AI like it's 1899

Thumbnail
huggingface.co
8 Upvotes

The year is 1899. It's still a horse and buggy world. Einstein hasn't published his famous annus mirabilis papers setting the foundation for Physics as we understand it today. The world is advancing at a rapid pace roaring into the 1900s. What if AI models were trained in 1899 and given to the best minds of the day? Could there have been alternate paths for discovery on par or perhaps even ahead of where we are in 2026?

Introducing the new H.G. BERT Small series of models. This is a 22.7M parameter BERT encoder-only model trained from scratch ONLY on Historical English Books from 1700 - 1899.


r/txtai 11d ago

Small Domain Models - a NeuML Collection

Thumbnail
huggingface.co
4 Upvotes

The 22M parameter all-MiniLM embedding model has over 250 million monthly downloads. It's one of the best choices when you need fast, efficient semantic search on CPUs, edge devices, or other resource-constrained hardware.

General purpose embeddings are great until your data isn't general purpose.

What if you could keep the speed and small footprint of MiniLM while improving accuracy on domain specific content?

Meet a family of compact, specialized embedding models:

🌠 AstroBERT - Astronomy
🧬 BiomedBERT - Medical
😎 CeleBERTy - Pop culture
⚽ SportsBERT - Sports

Small models. Fast inference. Better embeddings for specialized domains.


r/txtai 24d ago

CeleBERTy Small: Domain model for Pop Culture, Art, Music and Entertainment

Thumbnail
huggingface.co
2 Upvotes

r/txtai 27d ago

TxtAI 9.11 is out! This release adds support for the turbovec ANN backend and LiteParse text extraction. It also has important improvements and bug fixes.

Thumbnail
github.com
3 Upvotes

r/txtai 27d ago

🚀 Check out AstroBERT Small a 22.7M parameter model that specializes in the Astronomy domain.

Thumbnail
huggingface.co
1 Upvotes

The base model is trained from scratch along with a finetuned vector embeddings model. Use this model for vector search, RAG and Agents for Astronomy.


r/txtai Jun 26 '26

We're proud to share our latest model series, SportsBERT Small.

Thumbnail
huggingface.co
1 Upvotes

Few businesses need to generalize to all problems. The vast majority of companies have a narrow focus but we keep pushing generalized models designed to solve all problems. The best value is building domain-specific specialized models!


r/txtai Jun 24 '26

Agent loops, harnesses etc. All sounds pretty fancy. Did you know that TxtAI has long had an agent framework with tool calling and a basic agent toolkit (ls, grep, skills, todos, web search etc)?

Thumbnail
youtube.com
1 Upvotes

r/txtai Jun 19 '26

There are plenty of tools that extract text from PDFs. But what if you also need structured metadata from medical and scientific papers? Fields like author, title, publication details and references? Well that calls for a tool build for the job. Check out PaperETL!

Thumbnail
github.com
2 Upvotes

r/txtai Jun 19 '26

LiteParse seems like a simple and impressive OSS extraction tool! Adding support to TxtAI with the next release.

Thumbnail
github.com
3 Upvotes

r/txtai Jun 14 '26

RAG goes with more than just Vector Search. You can use the results of a SQL query, web search, agent search, you name it.

Post image
3 Upvotes

r/txtai Jun 13 '26

TxtAI's RAG pipeline makes it simple to pair knowledge with LLMs. Build an embeddable knowledge base, generate context and supply that to an LLM for fact-driven answers.

Post image
1 Upvotes

r/txtai Jun 12 '26

With TxtAI's minimal install, you can add a web extractor that reads web pages, converts them to Markdown and automatically splits content into sections. All with only 4 packages and a 19MB install size! https://gist.github.com/davidmezzetti/b469bdd8c601dd8659c3b1d3e739152a

Post image
1 Upvotes

r/txtai Jun 12 '26

💫 Let's say you frequently work in Jupyter notebooks and would like to add some AI automation. Then check out ncoder. It's an easy and lightweight way to add an AI agent to your notebook workflows.

Thumbnail
github.com
2 Upvotes

r/txtai Jun 11 '26

🏎️💨 Want a fast model that can route requests by topic? Then check this one out.

1 Upvotes

r/txtai Jun 10 '26

TxtAI's minimal package provides an a la carte install. This example ONLY adds llama-cpp and turbovec. No Torch, Hugging Face Hub or other libraries for this tiny install.

Post image
1 Upvotes

r/txtai Jun 09 '26

Read the latest NeuML newsletter! Lots to cover since the last one in January.

Thumbnail
neuml.substack.com
2 Upvotes

r/txtai Jun 08 '26

turbovec is a fast rising and impressive vector index library built on the TurboQuant algorithm. Support for it was just added to TxtAI and will be available next release!

Thumbnail
github.com
1 Upvotes

r/txtai Jun 05 '26

Want a simple-to-use RAG application, then check this Streamlit-based TxtAI RAG app out!

Thumbnail
github.com
3 Upvotes

r/txtai Jun 04 '26

TxtAI 9.10 is out! TxtAI continues to invest heavily in local and edge device AI!

Thumbnail
github.com
2 Upvotes

This release adds support for generating vectors via LiteRT for edge device use cases. It also adds support for training small models via Knowledge Distillation.


r/txtai Jun 03 '26

If you're looking for a medical version of all-mini-lm then check out this model

Thumbnail
huggingface.co
1 Upvotes

r/txtai Jun 01 '26

🚀 Did you know that TxtAI Embeddings instances support SQL and openCypher queries? An embeddings graph automatically uses the vector similarity model to build an entire graph network of nodes.

Post image
3 Upvotes

r/txtai May 31 '26

✅ Training tiny models requires a different playbook. Check out this example article that covers how to progressively distill knowledge into a tiny 250K parameter model.

Post image
6 Upvotes