Similarity Search Feature in Typesense
TLDR Arad inquired about "similarity search" feature in Typesense, Kishore Nallan clarified that the "vector search" can serve the purpose with provided examples and resources.
2
1
1
Oct 09, 2023 (1 month ago)
Arad
03:10 AMIs it possible to implement something like that with TypeSense? Where you basically give Typesense the ID of a specific document in a collection and it finds the N most similar documents.
lnx supports this, for instance.
Kishore Nallan
03:11 AM1
Kishore Nallan
03:12 AM1
Kishore Nallan
03:13 AMhttps://typesense.org/docs/0.25.1/api/vector-search.html#querying-for-similar-documents
1
Arad
03:14 AM1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Typesense Query for Related Documents in Ecommerce
Vlassis asked about finding related documents using a Typesense query. Jason suggested using vector search and recommended ML libraries for vector generation, with 'word2vec' for text content. Vlassis agreed to try it out.
Using Typesense for Product Similarity Search
em1nos asked about finding similar documents with Typesense. Kishore Nallan suggested using data deduplication tools like Dedupe.io, instead of solely relying on search.
Typesense Product Search Using Euclidean Distance Between Vectors
mape asks about searching products in Typesense using Euclidean distance between vectors. Jason indicates this isn't yet supported and asks for an example from mape's use case.