Closed
Description
Self Checks
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report (Language Policy).
- Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- Please do not modify this template :) and fill in all the required fields.
RAGFlow workspace code commit ID
ae170c69
RAGFlow image version
v0.17.2-62-gae170c69 full
Other environment information
MacOS Docker.
Actual behavior
Just updated my RAGFlow, and got this error:
ERROR: free variable 'langfuse_generation' referenced before assignment in enclosing scope
Tried both Gemini and Anthropic yield the same error.
Expected behavior
No response
Steps to reproduce
git pull
git build ...
docker build -f Dockerfile -t infiniflow/ragflow:nightly .
docker compose -f docker/docker-compose-macos.yml down
docker compose -f docker/docker-compose-macos.yml up -d --build
Additional information
No response