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
Traceback (most recent call last):
File "/ragflow/rag/svr/task_executor.py", line 47, in
from api.db.services.dialog_service import keyword_extraction, question_proposal, content_tagging
File "/ragflow/api/db/services/init.py", line 18, in
from .user_service import UserService as UserService
File "/ragflow/api/db/services/user_service.py", line 22, in
from api.db.db_models import DB, UserTenant
File "/ragflow/api/db/db_models.py", line 35, in
from api import settings
File "/ragflow/api/settings.py", line 19, in
import rag.utils.es_conn
File "/ragflow/rag/utils/es_conn.py", line 15, in
import polars as pl
File "/ragflow/.venv/lib/python3.10/site-packages/polars/init.py", line 21, in
from polars import api, exceptions, plugins, selectors
File "/ragflow/.venv/lib/python3.10/site-packages/polars/api.py", line 6, in
import polars._reexport as pl
File "/ragflow/.venv/lib/python3.10/site-packages/polars/_reexport.py", line 5, in
from polars.lazyframe import LazyFrame
File "/ragflow/.venv/lib/python3.10/site-packages/polars/lazyframe/init.py", line 2, in
from polars.lazyframe.frame import LazyFrame
File "/ragflow/.venv/lib/python3.10/site-packages/polars/lazyframe/frame.py", line 50, in
from polars.datatypes import (
ImportError: cannot import name 'Int128' from 'polars.datatypes' (/ragflow/.venv/lib/python3.10/site-packages/polars/datatypes/init.py)
2025-01-14 15:28:22,161 INFO 2596 ragflow_server log path: /ragflow/logs/ragflow_server.log, log levels: {'peewee': 'WARNING', 'pdfminer': 'WARNING', 'root': 'INFO'}
@lizheng419 I cannot reproduce. What's RAGFlow workspace code commit ID? Did you change RAGFLOW_IMAGE in docker/.env to use infiniflow/ragflow:nightly-slim?
@lizheng419 I cannot reproduce. What's RAGFlow workspace code commit ID? Did you change RAGFLOW_IMAGE in docker/.env to use infiniflow/ragflow:nightly-slim?
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
latest
RAGFlow image version
latest
Other environment information
No response
Actual behavior
git clone https://github.com/infiniflow/ragflow.git
cd ragflow/
docker build --build-arg LIGHTEN=1 --build-arg NEED_MIRROR=1 -f Dockerfile -t infiniflow/ragflow:nightly-slim .
docker compose -f docker/docker-compose.yml up -d
Traceback (most recent call last):
File "/ragflow/rag/svr/task_executor.py", line 47, in
from api.db.services.dialog_service import keyword_extraction, question_proposal, content_tagging
File "/ragflow/api/db/services/init.py", line 18, in
from .user_service import UserService as UserService
File "/ragflow/api/db/services/user_service.py", line 22, in
from api.db.db_models import DB, UserTenant
File "/ragflow/api/db/db_models.py", line 35, in
from api import settings
File "/ragflow/api/settings.py", line 19, in
import rag.utils.es_conn
File "/ragflow/rag/utils/es_conn.py", line 15, in
import polars as pl
File "/ragflow/.venv/lib/python3.10/site-packages/polars/init.py", line 21, in
from polars import api, exceptions, plugins, selectors
File "/ragflow/.venv/lib/python3.10/site-packages/polars/api.py", line 6, in
import polars._reexport as pl
File "/ragflow/.venv/lib/python3.10/site-packages/polars/_reexport.py", line 5, in
from polars.lazyframe import LazyFrame
File "/ragflow/.venv/lib/python3.10/site-packages/polars/lazyframe/init.py", line 2, in
from polars.lazyframe.frame import LazyFrame
File "/ragflow/.venv/lib/python3.10/site-packages/polars/lazyframe/frame.py", line 50, in
from polars.datatypes import (
ImportError: cannot import name 'Int128' from 'polars.datatypes' (/ragflow/.venv/lib/python3.10/site-packages/polars/datatypes/init.py)
2025-01-14 15:28:22,161 INFO 2596 ragflow_server log path: /ragflow/logs/ragflow_server.log, log levels: {'peewee': 'WARNING', 'pdfminer': 'WARNING', 'root': 'INFO'}
Expected behavior
No response
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: