Find answers from the community

Updated last year

Error

Any idea on why this https://www.cityofnapa.org/Directory.aspx?DID=14 page would cause this error? using CodeSplitter
Plain Text
INFO:openai:error_code=None error_message="'$.input' is invalid. Please check the API reference: https://platform.openai.com/docs/api-reference." error_param=None error_type=invalid_request_error message='OpenAI API error received' stream_error=False
error_code=None error_message="'$.input' is invalid. Please check the API reference: https://platform.openai.com/docs/api-reference." error_param=None error_type=invalid_request_error message='OpenAI API error received' stream_error=False
INFO:openai:error_code=None error_message="'$.input' is invalid. Please check the API reference: https://platform.openai.com/docs/api-reference." error_param=None error_type=invalid_request_error message='OpenAI API error received' stream_error=False
error_code=None error_message="'$.input' is invalid. Please check the API reference: https://platform.openai.com/docs/api-reference." error_param=None error_type=invalid_request_error message='OpenAI API error received' stream_error=False
L
1 comment
Is this happening during embeddings? I think this is the error that happens when you try to embed empty text 🤔

Might have to do an extra step to filter empty nodes (or llama index should be doing that too lol)
Add a reply
Sign up and join the conversation on Discord