Commit 7cb2477
authored
fix: change default to pinecone serverless_region default (#522)
> I'm using the "opinionated writes" feature for the Pinecone
destination connector and getting this error: Your free plan does not
support indexes in the us-west-2 region of aws. To create indexes in
this region, upgrade your plan. But I don't want to upgrade my free
plan. Is there any way to force this index to be created in us-east-1
instead?
Per [the docs on Regions available for serverless
indexes](https://docs.pinecone.io/troubleshooting/available-cloud-regions#regions-available-for-serverless-indexes),
we need to change our default to a starter plan friendly value. This PR
addresses that1 parent fc9e1b1 commit 7cb2477
3 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments