sugarforever
sugarforever
可以的。待我们简单规划一下如何更好地支持多种embedding model。
@whitemay 感谢反馈。这两天我漏掉了这个 issue 。我会参考一下这两个工具函数。感谢分享。 有没有兴趣参与到开发中来?比如引入这两个工具函数的使用,帮助提高模型推理质量。
@whitemay 你说的应该是这个函数吧? https://github.com/langchain-ai/langchainjs/blob/main/langchain/src/chains/combine_documents/base.ts ``` export async function formatDocuments({ documentPrompt, documentSeparator, documents, config, }: { documentPrompt: BasePromptTemplate; documentSeparator: string; documents: Document[]; config?: RunnableConfig; }) { const formattedDocs = await Promise.all( documents.map((document)...
> 报错:Ollama: { host: 'null', username: 'null', password: 'null' } Created knowledge base 平安: [object Object] [nuxt] [request error] [unhandled] [500] Chroma getOrCreateCollection error: Error: TypeError: fetch failed at Chroma.ensureCollection...
感谢反馈,是的。目前还是更适合具有一定程序设计经验的开发者使用。 接下来会实现容器化,降低上手难度
> 按照指引安装成功后,无法对话。应该是浏览器的输入没有成功传递给ollama. (base) pengxiong@PENGMacPro chat-ollama % npm run dev > > > dev > > nuxt dev > > Nuxt 3.10.3 with Nitro 2.9.1 10:21:09 PM 10:21:10 PM ➜ Local:...
> 之前用 git pull 更新过代码,这次全部重新用了最新代码,解决了对话问题,知识库应该也没有问题了。非常感谢。一个建议: 现在有很多RAG的方法,可以考虑逐步把高级RAG的方法包括进来,我对高级RAG有一点了解和研究,可以一起来合作,非常感谢你们的工作,你们的YouTube是中文世界做的最好的, 熊鹏 2024年3月11日 16:04,satrong ***@***.***> 写道: @bookandlover 你用的是最新的代码吗? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because...
> 之前用 git pull 更新过代码,这次全部重新用了最新代码,解决了对话问题,知识库应该也没有问题了。非常感谢。一个建议: 现在有很多RAG的方法,可以考虑逐步把高级RAG的方法包括进来,我对高级RAG有一点了解和研究,可以一起来合作,非常感谢你们的工作,你们的YouTube是中文世界做的最好的, 熊鹏 2024年3月11日 16:04,satrong ***@***.***> 写道: @bookandlover 你用的是最新的代码吗? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because...
> 之前用 git pull 更新过代码,这次全部重新用了最新代码,解决了对话问题,知识库应该也没有问题了。非常感谢。一个建议: 现在有很多RAG的方法,可以考虑逐步把高级RAG的方法包括进来,我对高级RAG有一点了解和研究,可以一起来合作,非常感谢你们的工作,你们的YouTube是中文世界做的最好的, 熊鹏 2024年3月11日 16:04,satrong ***@***.***> 写道: @bookandlover 你用的是最新的代码吗? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because...
@sylaryip 能否分享一下如何复现这个问题?多谢。我在Chrome incognito中对instructions部分的功能做了测试,并没有发现有错误。