[Question]: It occurs an error with elasticsearch after updating the ragflow version to v0.17.2
Self Checks
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (Language Policy).
- [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- [x] Please do not modify this template :) and fill in all the required fields.
Describe your problem
025-03-13 11:51:52,480 INFO 20691 HTTP Request: POST http://localhost:11434/api/chat "HTTP/1.1 200 OK" 2025-03-13 11:51:52,494 INFO 20691 POST http://localhost:1200/_sql?format=json [status:400 duration:0.008s] 2025-03-13 11:51:52,494 ERROR 20691 ESConnection.sql got exception Traceback (most recent call last): File "/home/oppoer/ragflow/rag/utils/es_conn.py", line 540, in sql res = self.es.sql.query(body={"query": sql, "fetch_size": fetch_size}, format=format, File "/home/oppoer/ragflow/.venv/lib/python3.10/site-packages/elasticsearch/_sync/client/utils.py", line 446, in wrapped return api(*args, **kwargs) File "/home/oppoer/ragflow/.venv/lib/python3.10/site-packages/elasticsearch/_sync/client/sql.py", line 330, in query return self.perform_request( # type: ignore[return-value] File "/home/oppoer/ragflow/.venv/lib/python3.10/site-packages/elasticsearch/_sync/client/_base.py", line 389, in perform_request return self._client.perform_request( File "/home/oppoer/ragflow/.venv/lib/python3.10/site-packages/elasticsearch/_sync/client/_base.py", line 320, in perform_request raise HTTP_EXCEPTIONS.get(meta.status, ApiError)( elasticsearch.BadRequestError: BadRequestError(400, 'parsing_exception', 'line 1:271: identifiers must not start with a digit; please use double quotes')