Troubleshooting Semantic Search with Typesense
TLDR Koushik asked for help on semantic search with Typesense. Jason suggested ensuring spaces between field values and trying different models.
Aug 03, 2023 (4 months ago)
Koushik
03:41 PMCreating a vector with Sentence transformers "all-mpnet-base-v2" and adding a vec key with the json and uploaded it to typesense.
While querying with different type of sentence it looks like I am not getting closest match. I thing I need to do something more. Do I need to train database or need to use different vector creation model ?
Any suggestion will be highly appreciated.
-Thanks
Jason
04:39 PMJason
04:39 PMAug 04, 2023 (4 months ago)
Koushik
08:49 AMAug 06, 2023 (4 months ago)
Koushik
07:55 AMTypesense
Indexed 3005 threads (79% resolved)
Similar Threads
Utilizing Vector Search and Word Embeddings for Comprehensive Search in Typesense
Bill sought clarification on using vector search with multiple word embeddings in Typesense and using them instead of OpenAI's embedding. Kishore Nallan and Jason informed him that their development version 0.25 supports open source embedding models. They also resolved Bill's concerns regarding search performance, language support, and limitations in the search parameters.
Optimizing Dataset of Podcast Feeds for a Searchable Database
Alexander seeks advice on optimizing a podcast database for search. Kishore Nallan suggests data size and stopwords impact RAM usage, and that benchmarking on 1M records would be useful. satish raises the potential need for vector searching. Both recommend feeding user activity data into ML models for relevancy ranking. Collaboration was suggested.
Integrating Semantic Search with Typesense
Krish wants to integrate a semantic search functionality with typesense but struggles with the limitations. Kishore Nallan provides resources, clarifications and workarounds to the raised issues.