You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I dont know why this log
DataError¶
Exception raised for errors that are due to problems with the processed data like division by zero, numeric value out of range, etc.
This error is a DBAPI Error and originates from the database driver (DBAPI), not SQLAlchemy itself.
2. Additional context or comments
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement
2025-03-11 15:30:21 ret = self._execute_context(
2025-03-11 15:30:21 ^^^^^^^^^^^^^^^^^^^^^^
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context
2025-03-11 15:30:21 return self._exec_single_context(
2025-03-11 15:30:21 ^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context
2025-03-11 15:30:21 self._handle_dbapi_exception(
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 2355, in _handle_dbapi_exception
2025-03-11 15:30:21 raise sqlalchemy_exception.with_traceback(exc_info[2]) from e
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context
2025-03-11 15:30:21 self.dialect.do_execute(
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute
2025-03-11 15:30:21 cursor.execute(statement, parameters)
2025-03-11 15:30:21 sqlalchemy.exc.DataError: (psycopg2.errors.StringDataRightTruncation) value too long for type character varying(40)
2025-03-11 15:30:21
2025-03-11 15:30:21 [SQL: INSERT INTO dataset_collection_bindings (provider_name, model_name, type, collection_name) VALUES (%(provider_name)s, %(model_name)s, %(type)s, %(collection_name)s) RETURNING dataset_collection_bindings.id, dataset_collection_bindings.created_at]
2025-03-11 15:30:21 [parameters: {'provider_name': 'langgenius/huggingface_hub/huggingface_hub', 'model_name': 'BAAI/bge-large-zh-v1.5', 'type': 'dataset', 'collection_name': 'Vector_index_9e1e7539_51d5_48f1_a2b8_ef5f5e8c92d6_Node'}]
2025-03-11 15:30:21 (Background on this error at: https://sqlalche.me/e/20/9h9h)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I dont know why this log
DataError¶
Exception raised for errors that are due to problems with the processed data like division by zero, numeric value out of range, etc.
This error is a DBAPI Error and originates from the database driver (DBAPI), not SQLAlchemy itself.
2. Additional context or comments
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement
2025-03-11 15:30:21 ret = self._execute_context(
2025-03-11 15:30:21 ^^^^^^^^^^^^^^^^^^^^^^
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context
2025-03-11 15:30:21 return self._exec_single_context(
2025-03-11 15:30:21 ^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context
2025-03-11 15:30:21 self._handle_dbapi_exception(
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 2355, in _handle_dbapi_exception
2025-03-11 15:30:21 raise sqlalchemy_exception.with_traceback(exc_info[2]) from e
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context
2025-03-11 15:30:21 self.dialect.do_execute(
2025-03-11 15:30:21 File "/app/api/.venv/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute
2025-03-11 15:30:21 cursor.execute(statement, parameters)
2025-03-11 15:30:21 sqlalchemy.exc.DataError: (psycopg2.errors.StringDataRightTruncation) value too long for type character varying(40)
2025-03-11 15:30:21
2025-03-11 15:30:21 [SQL: INSERT INTO dataset_collection_bindings (provider_name, model_name, type, collection_name) VALUES (%(provider_name)s, %(model_name)s, %(type)s, %(collection_name)s) RETURNING dataset_collection_bindings.id, dataset_collection_bindings.created_at]
2025-03-11 15:30:21 [parameters: {'provider_name': 'langgenius/huggingface_hub/huggingface_hub', 'model_name': 'BAAI/bge-large-zh-v1.5', 'type': 'dataset', 'collection_name': 'Vector_index_9e1e7539_51d5_48f1_a2b8_ef5f5e8c92d6_Node'}]
2025-03-11 15:30:21 (Background on this error at: https://sqlalche.me/e/20/9h9h)
Beta Was this translation helpful? Give feedback.
All reactions