Are these sort of similarity searches useful for classifying text?
Embeddings are good at partitioning document stores at a coarse grained level, and they can be very useful for documents where there's a lot of keyword overlap and the semantic differentiation is distributed. They're definitely not a good primary recall mechanism, and they often don't even fully pull weight for their cost in hybrid setups, so it's worth doing evals for your specific use case.
Zvec: A lightweight, fast, in-process vector database
21–30 of 50 posts
Re: Zvec: A lightweight, fast, in-process vector database
#22[dead]
Re: Zvec: A lightweight, fast, in-process vector database
#23Re: Zvec: A lightweight, fast, in-process vector database
#24Are these sort of similarity searches useful for classifying text?
See e.g., https://scikit-learn.org/stable/auto_examples/neighbors/plot...
Re: Zvec: A lightweight, fast, in-process vector database
#25[dead]
Re: Zvec: A lightweight, fast, in-process vector database
#26Their self-reported benchmarks have them out-performing pinecone by 7x in queries-per-second: https://zvec.org/en/docs/benchmarks/ I'd love to see those results independently verified, and I'd also love a good explanation of how they're getting such great performance.
A better comparison would be with Meta's FAISS
Re: Zvec: A lightweight, fast, in-process vector database
#27Their self-reported benchmarks have them out-performing pinecone by 7x in queries-per-second: https://zvec.org/en/docs/benchmarks/ I'd love to see those results independently verified, and I'd also love a good explanation of how they're getting such great performance.
PGVectorScale claims even more. Also want to see someone verify that.
This sort of behaviour is now absolutely rampant in the AI industry.
Re: Zvec: A lightweight, fast, in-process vector database
#28Their self-reported benchmarks have them out-performing pinecone by 7x in queries-per-second: https://zvec.org/en/docs/benchmarks/ I'd love to see those results independently verified, and I'd also love a good explanation of how they're getting such great performance.
Re: Zvec: A lightweight, fast, in-process vector database
#29Their self-reported benchmarks have them out-performing pinecone by 7x in queries-per-second: https://zvec.org/en/docs/benchmarks/ I'd love to see those results independently verified, and I'd also love a good explanation of how they're getting such great performance.
And we always welcome independent verification—if you have any questions or want to discuss the results, feel free to reach out via GitHub Issues or our Discord.