The Contextual AI client (ContextualAI(api-key, base-url)) call is not functioning with any of their .api file extensions (example: client.datastores.list( ), client.datastores.creat(name=datastore_name)). It results in a 403 error. I verified my api-key on a 3rd party with a blank get, and it resulted in a 200ok.
I will also put this information in the offending repository, hopefully it will get resolved OR an alternative exists.
Side note, proper syntax for cliet.datastores.create(datastore_name) is client.datastores.create(name=datastore_name). Easy enough to figure out, but figured i'd let you know that issue exists in the jupyter notebook.
The Contextual AI client (ContextualAI(api-key, base-url)) call is not functioning with any of their .api file extensions (example: client.datastores.list( ), client.datastores.creat(name=datastore_name)). It results in a 403 error. I verified my api-key on a 3rd party with a blank get, and it resulted in a 200ok.
I will also put this information in the offending repository, hopefully it will get resolved OR an alternative exists.
Side note, proper syntax for cliet.datastores.create(datastore_name) is client.datastores.create(name=datastore_name). Easy enough to figure out, but figured i'd let you know that issue exists in the jupyter notebook.