You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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