Integrating with Pinecone in Orkes Conductor
To effectively utilize AI and LLM tasks in Orkes Conductor, it's essential to integrate your Orkes Conductor cluster with the necessary Vector Database models.
Pinecone is a popular vector database known for its efficiency and versatility in handling large-scale vector data. This integration empowers you to access, query, and manipulate vector data effectively, enhancing the capabilities of Orkes Conductor in various natural language processing and artificial intelligence applications.
This guide will provide the steps for integrating Pinecone with Orkes Conductor.
Steps to integrate with Pinecone Database
Before beginning to integrate with Pinecone, you need to get specific configuration parameters from the Pinecone console.
Get Configuration Credentials from Pinecone
- Navigate to the Pinecone console.
- Create a project and note the project ID generated.
- Navigate to API Keys and click + Create API Key.
- Provide a name for the key and click Create Key. Copy the API key generated.
- Next, from Indexes on the left menu, create a new index and note the environment.
Check out Pinecone's official documentation for more details.
Integrating with Pinecone as a provider
Now, you have the API key. Let’s integrate this with Orkes Conductor.
- Navigate to Integrations from the left menu on your Orkes Conductor cluster.
- Click +New integration button from the top-right corner.
- Under the Vector Databases section, choose Pinecone.
- Click +Add and provide the following parameters:
Parameters | Description |
---|---|
Integration name | A name for the integration. |
API Key | The API key copied previously. |
Project Name | The project ID copied previously. |
Environment | The environment name. Refer to the previous section on how to get the environment name. |
Description | A description of your integration. |
- Toggle-on the Active button to enable the model immediately.
- Click Save.
Adding Indexes to Pinecone Integration
Now, you have integrated your Orkes Conductor cluster with the Pinecone provider. The next step is integrating with the specific indexes.
To add a new index to the Pinecone integration:
- Navigate to the integrations page and click the '+' button next to the integration you created.
- Click +New Index.
- Provide the index name and an optional description. In case your account hasn’t configured any indexes yet, check out the Pinecone documentation on how to configure indexes within your Pinecone console.
- Toggle-on the Active button to enable immediately.
- Click Save.
This ensures the integration model is saved for future use in LLM tasks within Orkes Conductor.
RBAC - Governance on who can use Integrations
Now, the integration with the required models is ready. Next, we should determine the access control to these models.
The permission can be granted to applications/groups within the Orkes Conductor cluster.
To provide explicit permission to Groups:
- Navigate to Access Control > Groups from the left menu on your Orkes Conductor cluster.
- Create a new group or choose an existing group.
- Under the Permissions section, click +Add Permission.
- Under the Integrations tab, select the required integrations with the required permissions.
- Click Add Permissions. This ensures that all the group members can access these integration models in their workflows.
Similarly, you can also provide permissions to applications.