Handle infinity empty response (#3627)

### What problem does this PR solve?

Handle infinity empty response. Close #3623
Show version in docker build log

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Zhichang Yu
2024-11-25 14:09:42 +08:00
committed by GitHub
parent a0e9b62de5
commit 9348616659
4 changed files with 21 additions and 4 deletions

View File

@@ -75,6 +75,7 @@ RUN current_commit=$(git rev-parse --short HEAD); \
else \
version_info="$version_info full"; \
fi; \
echo "RAGFlow version: $version_info"; \
echo $version_info > /ragflow/VERSION
COPY web web