Open lss0510 opened 1 day ago
Pull the latest dev version of docker image, it's fixed there.
I updated the latest docker image and restarted the server, which solved some of my issues, but left some unresolved.
/ragflow/.venv/lib/python3.12/site-packages/graspologic/match/wrappers.py:74: SyntaxWarning: invalid escape sequence '\s'
"""
/ragflow/.venv/lib/python3.12/site-packages/graspologic/pipeline/embed/adjacency_spectral_embedding.py:37: SyntaxWarning: invalid escape sequence '\S'
"""
/ragflow/.venv/lib/python3.12/site-packages/graspologic/pipeline/embed/laplacian_spectral_embedding.py:38: SyntaxWarning: invalid escape sequence '\S'
"""
/ragflow/graphrag/entity_resolution.py:181: SyntaxWarning: invalid escape sequence '\d'
pattern_int = f"{re.escape(entity_index_delimiter)}(\d+){re.escape(entity_index_delimiter)}"
Traceback (most recent call last):
File "/ragflow/rag/svr/task_executor.py", line 57, in
Sorry, we're fixing these things, please pull it a couple of days later.
Describe your problem
When I finished the deployment, I was able to parse the files normally, but my system interface had the problem stated in the title.