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 (17 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 2764 threads (79% resolved)
Similar Threads
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.

Using Typesense to Search Specific Document IDs
Tshepo inquired about performing specific document ID searches in Typesense. Jason advised using the `filter_by=id:=[1,2,3,etc]` function or directly querying Typesense.
