Replies: 1 comment
-
q1,个人觉得没必要用langchain套壳。langchain_demo只是为了调用tools或者agents才套壳的。 |
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.
-
q1:微调之后的模型用composite_demo/里的代码运行,已经封装到了demo_chat.chat就直接输出到界面的程度,该怎么把微调之后的模型自己封装到能够接入langchain啊,是只要能够单独获取到response就可以吗
q2: langchain_demo里面的tool可以封装本地知识库吗,比如知识图谱或者chroma
q3: 大模型和本地知识图谱的接口,如果q2可以的话那这个就是模仿tool即可,但是如果不是的话该怎么接入成检索问答链呢,是用retrieval吗
Beta Was this translation helpful? Give feedback.
All reactions