V1 Finalization#93
Merged
Merged
Conversation
…ns. swap PC_CLI_MAX_JSON_BYTES -> PINECONE_CLI_MAX_JSON_BYTES to align with other environment variables. Remove 'public preview' notes from README and AGENTS.md.
…nfig, and update language
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
AGENTS.mdandREADME.mdwere last updated before several significant PRs landed (#84–#92) and still carried public-preview language, stale command references, and large gaps in coverage.Solution
README.mdpc config set-api-keyreferences →pc config set api-keypc index upsert→pc index vector upsertin the working-with-data intropc index vectorcommands under a "dense/sparse vectors" subheading, addedpc index record(integrated indexes) andpc index namespaceentriespc index backup,pc index restore,pc index import, andpc index collectionAGENTS.mdpc index, not at the root)pc indexinternal subgroup table (Data, Namespace, Index Management including the newimport)pc configkey-based interface (get/set/unset/list/describe)scripts/to the key directories tablemsg,style,exit,text), help-text helpers, custom JSON flag types, the narrow-interface testability pattern, target org/project access, and loggingPINECONE_API_KEY,PINECONE_ENVIRONMENT,PINECONE_LOG_LEVEL,PINECONE_CLI_MAX_JSON_BYTES)Type of Change