-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Pinecone serverless index templates #727
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good (only one minor change needed on the Python program), but we'll need to include a C# template here as well (or follow up very quickly with a C# template).
Hi @scottslowe, thanks for the feedback and review! I must forgot the C# example, but now it is added! Looking forward for you review. |
@dirien Can we build a Java template also? |
@cnunciato we did not generated a Java SDK for the moment! |
How does one use these templates? When I run the TypeScript template with an API key for example, I get this:
Does the template not create the index? Should we prompt for some of these values, then (e.g., index name, AWS region)? Should we revisit the resource, variable, and output naming across all of these templates to be more consistent? And if it's a starter template, shouldn't we instead name it |
Hi,
This PR adds starter templates for the Pinecone provider only for serverless indexes