integrationId
to enable usage of the Connect to Pinecone popup and widget:
integrationID
. Enter a human-readable string that uniquely identifies your integration and that may appear in URLs. Your integration URL slug is public and cannot be changed.
integrationId
, you can create a custom object, like a button or link, that loads a Connect to Pinecone popup that displays as follows:
ConnectPopup
function can be called with either the JavaScript library or script. The JavaScript library is the most commonly used method, but the script can be used in instances where you cannot build and use a custom library, like within the constraints of a content management system (CMS).
The function includes the following required configuration option:
integrationId
: The slug assigned to the integration. If integrationId
is not passed, the widget will not render.
integrationId
, fill out the Create Integration form.open
: A function that opens the popup. Suitable for use as an on-click handler.integrationId
, you can embed the Connect widget multiple ways:
@pinecone-database/connect
) or script: Renders the widget in apps and websites.pinecone-notebooks
): Renders the widget in Colab notebooks using Python.@pinecone-database/connect
library, install the necessary dependencies:
connectToPinecone
function. It displays the widget and calls the provided callback function with the Pinecone API key, once the user completes the flow.
The function includes the following required configuration options:
integrationId
: The slug assigned to the integration. If integrationId
is not passed, the widget will not render.
integrationId
, fill out the Create Integration form with Pinecone.container
: The HTML element where the Connect widget will render.
pinecone-notebooks
Python library: