-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Knowledge - Knowledge tool error out when using Azure OpenAI model provider. #614
Comments
Tried the following steps where I am not creating any new model. But updating the following 3 existing models and setting the provider to
Ingestion of fails with following error message
failed to ingest file: ingestion failed for at least one file: failed to add documents from file "ws://directory/:///data/.local/share/otto8/workspace-provider/80042982-240f-41c5-a20a-de83fae036f7/.conversion/README.md.json": couldn't add document 'bf7426f3-6e21-4624-92cb-79da9c6c07f1': couldn't create embedding of document: error sending request(s): retry limit (5) exceeded or failed with non-retriable error(s): #1/5: 404 <{"detail":"Not Found"}> (err: )
|
Tracking the issue seen with image generation in - https://github.com/otto8-ai/otto8/issues/619 |
This has changed significantly, but the underlying issue should be addressed. |
Able to ingest knowledge files and retrieve information from them successfully using Azure OpenAI model provider. |
Steps to reproduce the problem:
Create following 3 models:
a. model with model providers as
Azure OpenAI
and target model asgpt4-o
set as "default"b. model with model providers as
Azure OpenAI
and target model astext-embedding-ada-002
c. model with model providers as
Azure OpenAI
and target model astext-embedding-3-small
Create an agent with model set to
User System Default
Add a local knowledge file.
Ingestion of fails with following error message which suggests that we are still using values set in
OPENAI_API_KEY
which is invalid in my case.failed to ingest file: ingestion failed for at least one file: failed to add documents from file "ws://directory:///data/.local/share/otto8/workspace-provider/a7873e01-a4ac-4a6f-9503-6cd12f9c736e/.conversion/Holiday List_2024.pdf.json": couldn't add document '0427f4c0-69d1-4584-a4b8-a1c844442a79': couldn't create embedding of document: error sending request(s): retry limit (5) exceeded or failed with non-retriable error(s): #1/5: 401 <{ "error": { "message": "Incorrect API key provided: sk-test. You can find your API key at https://platform.openai.com/account/api-keys.", "type": "invalid_request_error", "param": null, "code": "invalid_api_key" } } > (err: )
The text was updated successfully, but these errors were encountered: