Releases: pinecone-io/cli
Releases · pinecone-io/cli
v0.0.30
v0.0.29
v0.0.28
v0.0.27
v0.0.26
v0.0.25
v0.0.24
v0.0.22
v0.0.21
Changelog
- 6920c79 Add homepage/description to homebrew formula
- 4f96a58 Change name of target homebrew formula
- fddcafb Update collection.printTable to handle Collection.Size no longer being a pointer after upgrading go-pinecone
- c04ef0b add chat describe and clear functionality for managing chat history
- 3794d5e add check for required file types in file-upload code path
- c0b3223 add targeting for knowledge models, ability to set and clear target, commands that require a knowledge model name now check the target and/or the flag passed, add a loading indicator to the chat command
- 0670e48 additional TODOs
- 4fa791b implement delete operation for model files
- 98ca858 implement file upload, add new http handler for dealing with multipart/form-data in order to send files
- 389b0e6 implement initial knowledge engine functionality: allow targeting staging urls, add knowledge package, add km command for model CRUD, split http helper functions out of dashboard and into network, reuse for knowledge engine work
- 0b7a386 implement knowledge model chat / search completions
- 29db315 implement support for managing knowledge files: new structs and http requests for listing a model's files, and describing a specific file
- fbea673 move some type definitions into models package, allow chat completions to save their state and send the entire convo with each request, reorganize some of the network package code, allow using either OAuth2 or Api-Key authorization when constructing a client, rebase to pick up OAuth2 fixes
- 64c8012 rebase + clean up
- b87e389 remove staging flag and use a config value that is persisted, updated URLs so we're properly using staging vs. prod
- d90a22f update readme to include config info and knowledge model examples