Earlier quoted context omitted.
We use HNSW internally via HNSWLIB, it's the same algorithm that Facebook uses to power their embedding search.
thanks! how did you make the decision to use hnsw over faiss and other search algorithms?
Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
11–20 of 35 posts
Re: Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
#12Cool! Nice work! Do you have any performance numbers you could share? Specifically around nearest neighbor computation latency, a regular get embedding latency, read/write rate achieved on a machine?
Re: Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
#13Hi everyone! Over the years, I've found myself building hacky solutions to serve and manage my embeddings. I’m excited to share Embeddinghub, an open-source vector database for ML embeddings. It is built with four goals in mind: Store embeddings durably and with high availability Allow for approximate nearest neighbor operations Enable other operations like partitioning, sub-indices, and averaging Manage versioning,…
Curious about how your solution is different / better than nmslib which I've tried in the past?
Re: Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
#14This looks awesome - psyched to try! Embeddings are a bitch, nice to see some new tools for managing them :)
Re: Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
#15Re: Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
#16Re: Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
#17What makes this different from something like gensim? They have vector search for doc2vec embeddings.
Re: Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
#18Re: Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
#19Hi everyone! Over the years, I've found myself building hacky solutions to serve and manage my embeddings. I’m excited to share Embeddinghub, an open-source vector database for ML embeddings. It is built with four goals in mind: Store embeddings durably and with high availability Allow for approximate nearest neighbor operations Enable other operations like partitioning, sub-indices, and averaging Manage versioning,…
Re: Show HN: Embeddinghub: A vector database built for Machine Learning embeddings
#20Hi everyone! Over the years, I've found myself building hacky solutions to serve and manage my embeddings. I’m excited to share Embeddinghub, an open-source vector database for ML embeddings. It is built with four goals in mind: Store embeddings durably and with high availability Allow for approximate nearest neighbor operations Enable other operations like partitioning, sub-indices, and averaging Manage versioning,…
In the "Definitive Guide to Embeddings", in the figure "An illustration of One Hot Encoding", the "One Hot Encoding" table doesn't make any sense whatsoever. Am I wrong?