Only showing exact matches
-
Thank you for your work on this plugin (which was recommended in a Gemini chat, so you’re doing something right there!). I can see how it can be extremely helpful and hope it can work for my use case.
I am trying to match similar words like “sad” and “unhappy” or multiple spellings of the same word (which happens with words translated from another language), or even misspellings of words. Is that the right use case for this plugin?
I’m using it on a custom post type (not woocommerce), which I selected in the setup process. There are 54 posts in that CPT with no relevant custom fields. For testing, I set my threshold to 10%.
Here’s a sample of what’s happening when I search:
- “depresssion” shows 4 results, ranging from 16% to 39% match precission. All of the matched posts contain that exact word in the title or the post body
- “depressed” comes up with one result with 14%
- “deepressed” and “unhappy” don’t show any results.
I first generated embeddings with the built-in system, then with my own OpenAI API key (set to text-embedding-3-large), and got pretty much the same results with both. (I did clear all embeddings/cache before regenerating embeddings using OpenAI.)
Any help would be appreciated!
You must be logged in to reply to this topic.