Helps to create search box with semantic search of website content
Features
- AI powered search
- Content aware search
- Personalize the appearance of the search box: colors, styles, text, search result
- Ability to choose whether the search field will be visible only to registered visitors or not.
- Refining queries by adding keywords to each user search request that is sent to the semantic database.
Quick setup:
-Open account at
OpenAI and get API key.
-Open account at
pinecone. Create empty Index there, set the dimension to 1536, and choose cosine for the metric.
-Get your API KEY from
https://www.pinecone.io/
-Go to /wp-admin/admin.php?page=oc3semanticb_settings page of this plugin. Input copied API key in the 'Open AI Key:' field and Pinecone Key into 'Pinecone API Key' field
- Click Sync Indexes button
- Select Pinecode Index
- Select Embedding model
- Select other parameters if you need
- Click Save button
- Switch to Pinecone tab.
- Select the posts you want to use as content for semantic search. Click the play button next to each post to add its content to the vector database.
-You can customize appearance, behavior of the search box on configuration page /wp-admin/admin.php?page=oc3semanticb_search.
-put [oc3-semantic-box] shortcode to any page/post you need