-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix sql not found error for chat data #2152
Conversation
Signed-off-by: shanhaikang.shk <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. r+
it looks like you haven't chose your db. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+
最新版本我看已经对out_parser.py和prompt.py代码进行了修改,但这个问题依然存在呢,大家怎么解决的? |
后台显示有 |
Description
Fixed the issue that the
![截屏2024-11-22 17 52 02](https://private-user-images.githubusercontent.com/22553387/388888357-2379e62a-210f-44b9-9c8e-409e95bd9636.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTUyNzAsIm5iZiI6MTczODkxNDk3MCwicGF0aCI6Ii8yMjU1MzM4Ny8zODg4ODgzNTctMjM3OWU2MmEtMjEwZi00NGI5LTljOGUtNDA5ZTk1YmQ5NjM2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA3NTYxMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE3MWFiNGYyMGJhMWMxMjE1MjgwNTVlN2FlNzE2MzkyMGM2NTgxZWNhZDQzYzZmZTJhYmEwMjI2ZDgzNzEwMTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.DU37UXWXrFLZYck-GdObPe3Qe28BtBDrJtFvVaR9NFo)
chat data
function occasionally raises "Can not find sql in response" error when there is the answer in the context.How Has This Been Tested?
Snapshots:
Checklist: