Replies: 6 comments
-
我也有这个问题🥹 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我也有类似的问题,我现在是很笨的方法。先建立本地的知识库,写明每个表能干什么,再用langchain+chatglm 回答。很笨。因为有一大堆需要配置的。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
这个是基于向量搜索的,不是基于微调的 |
Beta Was this translation helpful? Give feedback.
0 replies
-
正在尝试,敬请期待~ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Current Behavior
我目前使用的prompt的格式类似这样的:
`
_我们要将用户的问题翻译为一个mysql的sql语句。
问题涉及的数据表的信息是:
用户的问题是:
将用户的问题翻译为mysql的sql语句,sql语句是:
`
想请教一下这样正确不? 如果这样的话,pre_seq_len 就要设置的比较大,会不会对最后的效果有影响? 麻烦大佬给一些建议,跪谢。
Expected Behavior
None
Steps To Reproduce
None
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions