devinyf / dashscopego

Tongyi Qwen Aliyun Dashscope API Golang implementation, non-official
MIT License
18 stars 5 forks source link

有考虑接入到langchaingo里面去吗?[https://github.com/tmc/langchaingo] #7

Closed 1347027216 closed 4 months ago

devinyf commented 4 months ago

有做这方面尝试: https://github.com/devinyf/langchaingo

可以切换到 qwen_llm 功能分支试用

git checkout qwen_llm

当时发现 langchiango 项目经常出现 breaking change, 好像还不太稳定 所以暂时停更了

另外 dashscope 的模型插件功能, 还没想好怎么适配到 langcchian 这种 agent 中使用... 考虑封装成 tools, 但实际用起来效果不是太理想

devinyf commented 4 months ago

更新了适用 langchaingo 的 Example: https://github.com/devinyf/dashscopego/blob/main/example/langchaingo/main.go

也可以在本项目 Readme 中的 langchaingo 标签下查看

注意该功能目前仍为实验性质, 使用的 langchiango 包为 fork 出来的功能分支, 暂时并没有合并到主干

1347027216 commented 4 months ago

好的,期待ing