Using Typesense for Product Similarity Search
TLDR em1nos asked about finding similar documents with Typesense. Kishore Nallan suggested using data deduplication tools like Dedupe.io, instead of solely relying on search.
Apr 06, 2022 (21 months ago)
em1nos
11:25 AMI could loop through every document (product), and use its name to do an other typesense search to find similarly named ones. But is there a more clever way to do this?
Kishore Nallan
11:28 AMem1nos
11:35 AMKishore Nallan
11:39 AMem1nos
06:54 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Similarity Search Feature in Typesense
Arad inquired about "similarity search" feature in Typesense, Kishore Nallan clarified that the "vector search" can serve the purpose with provided examples and resources.
Troubleshooting Typesense Document Import Error
Christopher had trouble importing 2.1M documents into Typesense due to memory errors. Jason clarified the system requirements, explaining the correlation between RAM and dataset size, and ways to tackle the issue. They both also discussed database-like query options.
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.