This topic was automatically generated from Slack. You can find the original thread here.
What are all the vector databases pipedream supports currently?
This topic was automatically generated from Slack. You can find the original thread here.
What are all the vector databases pipedream supports currently?
I’m not sure about the specific vector databases Pipedream supports. Can you provide more information or clarify your question? If you’re looking for a specific integration, you can also submit an integration request at New Pipedream Integration Request.
I meant the packages of vector databases support inside steps of the workflow.
I apologize for the confusion earlier. Pipedream doesn’t have specific built-in support for vector databases. However, you can interact with any vector database that has an API using HTTP requests in a code step. You can use the axios package from @pipedream/platform to make API calls within your workflow steps. If you provide more information about the specific vector database you’re working with, I can help you with example code or guide you on how to interact with it in a Pipedream workflow.
Pinecone Vector database Which I need to use using API
To interact with the Pinecone Vector database in a Pipedream workflow, you can use the pre-built Pinecone actions available in the Pipedream UI. Here are the available actions: 1. Fetch Vectors 2. Update Vector 3. Delete Vectors 4. Upsert Vector To use these actions, follow these steps: 1. Create a new workflow or open an existing one. 2. Click on the “+” button to add a new step. 3. Search for the Pinecone app in the step menu. 4. Select the desired action (e.g., Fetch Vectors). 5. Connect your Pinecone account. 6. Configure the required fields and any optional fields as needed. 7. Click “Test” at the bottom of the step to test the action and configuration. For more details on each action, you can refer to the following documentation: - Fetch Vectors: https://pipedream.com/apps/pinecone/actions/fetch-vectors - Update Vector: https://pipedream.com/apps/pinecone/actions/update-vector - Delete Vectors: https://pipedream.com/apps/pinecone/actions/delete-vectors - Upsert Vector: https://pipedream.com/apps/pinecone/actions/upsert-vector If you need further assistance, feel free to ask!
Thanks
You’re welcome! If you have any more questions or need further assistance, feel free to ask.
Pi told me on 25th only, which you are telling me today at 12 pm.
, you had told me to implement first on jupyter so i was working on jupyter , as i shifted now to pipedream i found this .