Skip to content
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

embedchain嵌入链 #168

Open
ziwang-com opened this issue Jul 7, 2023 · 0 comments
Open

embedchain嵌入链 #168

ziwang-com opened this issue Jul 7, 2023 · 0 comments

Comments

@ziwang-com
Copy link
Owner


嵌入式链
PyPI

嵌入式链是一个框架,可以在任何数据集上轻松创建LLM驱动的机器人。如果你想要一个javascript版本,请查看embedchain-js

最新更新
引入一个名为 的新接口。它记住历史记录(最后 5 条消息),可用于强大的有状态机器人。可以通过调用任何应用实例来使用它。适用于OpenAI和OpenSourceApp。chat.chat

引入名为 的新应用类型。它使用LLM和all-MiniLM-L6-v2作为嵌入模型。如果你使用这个应用,你不需要支付任何费用。OpenSourceAppgpt4allsentence transformers

什么是嵌入式链?
嵌入链抽象了加载数据集、分块、创建嵌入然后存储在矢量数据库中的整个过程。

您可以使用 and 函数添加单个或多个数据集,然后使用函数从添加的数据集中查找答案。.add.add_local.query

如果你想创建一个海军拉维坎特机器人,它有 1 个 youtube 视频、1 本书的 pdf 和 2 个他的博客文章,以及你提供的问答对,你需要做的就是添加指向视频、pdf 和博客文章的链接,QnA 对和嵌入式链将为你创建一个机器人。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant