Replies: 3 comments
-
Hi @grpinto, thank you for you feedback!! By default, Canopy uses OpenAI API key for two separate purposes:
For both purposes, other providers like Anyscale or Cohere can be used instead of the default OpenAI. These can be set by changing the More specifically, when you run |
Beta Was this translation helpful? Give feedback.
-
Hello, I don't understand how to proceed. I am sorry to be bothering you, but could you please explain to me, if I want to use anyscale, what should be the commands that I must follow ? It is not clear to me from the readme file. Thank you for the attention. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Is this a new bug?
Current Behavior
I try to start an index :
canopy new test
and this is the error that I get :
I don't understand how is this going to change the initial variable definition, how should it be provided, I already provided anyscale api key and still cannot use the command :
canonopy new test
This is the error that I get :
(canopy-env) kingsize@Goncalos-MacBook-Pro-3 EdGenAI % canopy new test
Canopy is going to create a new index named canopy--test with the following initialization parameters:
{}
Do you want to continue? [y/N]: y
Error: Failed to create a new index. Reason:
Canopy has failed to infer vectors' dimensionality using the selected encoder: OpenAIRecordEncoder. You can provide the dimension manually, try using a different encoder, or fix the underlying error:
Failed to enconde documents using OpenAIRecordEncoder. Error: Your OpenAI account seem to have reached the rate limit. Details: You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.
Expected Behavior
I should expect th enormal behaviour after that command
Steps To Reproduce
Does anybody know how to fix this issue, maybe using anyscale, I already created an account and it works fine with the examples they provide. Thay also provide embeddings.
Relevant log output
No response
Environment
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions