Description
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.
External Services
This plugin uses external API when it performs following functions:
-when it runs semantic search it sends requests to vector databases: Pinecone
-when it builds vector database from content of your website it sends content selected by you to vector database APIs:Pinecone
-when you select delete indexed content then it sends deletion requests to APIs: Pinecone
-when clients of your website try to search information then plugin sends user’s request to OpenAI API for build embedding and then sends embedded request to vector database APIs for doing semantic search:Pinecone
By using this plugin, you consent to sending data to OpenAI’s and/or Pinecone’s servers, which may include user queries and other relevant information.
Please ensure compliance with OpenAI’s & Pinecone terms and any applicable data privacy laws.
- Service Providers:
- Terms of Use:
- Privacy Policies:
Open AI
The OC3 Semantic box makes use of the API provided by [OpenAI](https://openai.com/blog/openai-api or [Reference]https://platform.openai.com/docs/api-reference). This plugin does not collect any data from your OpenAI account apart from the number of tokens used. The information sent to the OpenAI servers mainly includes the content of your article and the specified context. The usage information displayed in the add-on’s settings is only for your reference. To obtain accurate information about your usage, it is important to check it on the OpenAI website. Additionally, please make sure to review their Privacy Policy and Terms of Service for more details.
Pinecone vector database
The OC3 Semantic box makes use of the API provided by Pinecone. This plugin does not collect any data from your Pinecone account. The information sent to the Pinecone servers mainly includes the content of your website and the specified context. The usage information displayed in the add-on’s settings is only for your reference. To obtain accurate information about your usage, it is important to check it on the Pinecone website. Additionally, please make sure to review their Privacy Policy and Legal documents for more details.
Disclaimer
The OC3 Semantic box is a plugin that allows users to integrate their websites with AI services such as OpenAI’s ChatGPT, Pinecone vector database https://www.pinecone.io/. In order to use this plugin, users must have their own API keys and adhere to the guidelines provided by the chosen AI services and or vector database services. When utilizing the OC3 Semantic box, users are required to monitor and oversee the content produced by the AI or vector database, as well as handle any potential issues or misuse. The developer of the OC3 Semantic box plugin and other related parties cannot be held responsible for any problems or losses that may arise from the usage of the plugin or the content generated by the AI and/or by vector database services. Users are advised to consult with a legal expert and comply with the applicable laws in their jurisdiction. OpenAI, ChatGPT, and related marks are registered trademarks of OpenAI. Author of this plugin is not a partner of, endorsed by, or sponsored by OpenAI. Also, author of this plugin is not a partner of, endorsed by, or sponsored by Pinecone Systems, Inc.
Screenshots
Installation
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
Reviews
There are no reviews for this plugin.
Contributors & Developers
“OC3 Semantic box” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “OC3 Semantic box” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Launch!