-
Notifications
You must be signed in to change notification settings - Fork 46
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
Doesn't seem to see a different table schema #5
Comments
Maybe I can help... I was so fascinated by the paper and concept that I really wanted to try it, I don't know python as well as I know TypeScript.... so I first made this to do the heavy lifting for me and have spent a day doing hand edits where ChatGPT struggled. This is where everything starts If you're curious on a TypeScript version (with bonus docker-compose file to run MariaDB and PhpMyAdmin) I'm close to putting my work on github once it actually runs. This is what I have done so far:
|
是的。有篇解读在这里 [大模型的符号性记忆框架,提升精确记忆和复杂推理能力-ChatDB - 知乎], 里面宣称:
我理解这篇工作是想基于Text-to-SQL 做更通用的数据库对话,更具体来说,目前实现的场景,就是在静态查询以外还能增删改这些动态能力。但是肯定还是依赖Text-to-SQL准确度的(目前都不高),所以这篇还是比较偏概念设计,难以拓展。 |
I've gone through your codes and paper but still confused about how you passed the table structure to the prompt to let the model know which operations it should take.
I've seen
table_schema.py
but it only contains fixed SQL sentences.If this part of the design is missing, does it mean that the experiment is only valid in the fruit shop dataset scenario?
The text was updated successfully, but these errors were encountered: