Are the possibilities for converting unstructured text into queries on objects?
For example the user might leave a note that they need a certain feature of an object that might or might not exist. How to then search the universe of objects for that feature? Like if we are talking about cars, the request might be asking for a particular make which might be a feature but they also might be asking for it to be manufactured on the moon which is not in the set of features we track. Or they might be asking for a feature that is similar described in a text property of an object.
Example car object:
Make: BMW
Color: Red
Manufacture: 1997
Comments: “Drives fast but turn signal does not work”
Potential queries:
Queries that i would like to return:
- “BMW”
- “Cars with broken blinkers”
Other possible queries:
- “electric vehicle”
- “german cars” ← this one would be cool but a nice-to-have
Thank you!