Hello, I have an AI feature to implement for a client. They have a list of venues (tens of thousands) and need to find the venues that match a client’s brief, along with a matching score (percentage).
For this, I used Pinecone, based on the cosine search model.
The problem I’m encountering is that, for example, if the user enters:
“bright place with plants” and the description entered in Pinecone is “bright place with plants, historic place, red velvet curtains”
I don’t get a 100% match. Yet, the place corresponds 100% to the brief.
Do you have any ideas for services that would suit this specific feature? Or is there something anything to do on Pinecone?
2 posts - 2 participants