We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are instances where we get the following error messages. This looks to be due to some chunks in the documents are empty.
2025-02-02 12:12:11 [ERROR] 2025-02-02 12:12:11,281 - Error Invoking LLM
2025-02-02 12:12:11 openai.BadRequestError: Error code: 400 - {'error': {'message': "Invalid value for 'content': expected a string, got null.", 'type': 'invalid_request_error', 'param': 'messages.[1].content', 'code': None}}
This will help in two ways
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do you need to file an issue?
Is your feature request related to a problem? Please describe.
There are instances where we get the following error messages. This looks to be due to some chunks in the documents are empty.
2025-02-02 12:12:11 [ERROR] 2025-02-02 12:12:11,281 - Error Invoking LLM
2025-02-02 12:12:11 openai.BadRequestError: Error code: 400 - {'error': {'message': "Invalid value for 'content': expected a string, got null.", 'type': 'invalid_request_error', 'param': 'messages.[1].content', 'code': None}}
Describe the solution you'd like
This will help in two ways
Additional context
No response
The text was updated successfully, but these errors were encountered: