|
|
|
|
|
by dmezzetti
1040 days ago
|
|
Adding txtai to the list: https://github.com/neuml/txtai txtai is an all-in-one embeddings database for semantic search, LLM orchestration and language model workflows. Embeddings databases are a union of vector indexes (sparse and dense), graph networks and relational databases. This enables vector search with SQL, topic modeling and retrieval augmented generation. txtai adopts a local-first approach. A production-ready instance can be run locally within a single Python instance. It can also scale out when needed. |
|
Vector search still feels like more of an index type feature than a separate product to me.