pinecone-io / canopy

Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone
https://www.pinecone.io/
Apache License 2.0
976 stars 121 forks source link

Fix upsert on gcp starter indexes #308

Closed izellevy closed 9 months ago

izellevy commented 9 months ago

Problem

Gcp starter does not support delete by metadata that fails the upsert.

Solution

Update the is_serverless_env function to catch on gcp-starter.

Type of Change

Test Plan

Improved parameterization in testing.