Bugfix(RAG):handle exceptions in aload_document_with_limit results (#2712)

This commit is contained in:
geebytes
2025-05-22 17:00:03 +08:00
committed by GitHub
parent f79f81ccc3
commit cbc28ea335
3 changed files with 16 additions and 4 deletions

View File

@@ -44,7 +44,8 @@ export ZSH="\$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git zsh-autosuggestions zsh-syntax-highlighting autojump)
source \$ZSH/oh-my-zsh.sh
export LANG=zh_CN.UTF-8
export LC_ALL=zh_CN.UTF-8
# Enable autojump
[[ -s /usr/share/autojump/autojump.sh ]] && source /usr/share/autojump/autojump.sh
EOF