I’m not a programmer and my IT skills are very basic. My goal is to implement a search engine where the visitors can ask a question in a search box, the AI will then give Pre-Prepared content with Images.
Here in Detail:
The Visitor searches something.
The AI will then analyze the input and compare it with a database I have created with “containers” containing images and text and (invisible) keywords. If the (invisible) keywords of those containers match his search, these containers are displayed to the visitor as a suggestion.
The AI should understand what the visitor means and assign the hidden keywords, even if they don’t match exactly.
Is this possilbe with bubble? Any Idea how to do that?
This plugin has been built to use Azure’s OpenAI ChatGPT in cob function with AI Search
You have to make sure Azure’s OpenAI connect to the right container containing the keywords and text. It means reading, understanding how to configure Azure OpenAI with AI search to choose the right parameters.
Thank you. So actually I don’t want a chatbot. The User should get directly the containers as results of his inputs, not a chat. Is that possible with Azure too or do I need something else?