摘要: 来源: https://blog.langchain.dev/tutorial-chatgpt-over-your-data/ https://github.com/hwchase17/chat-your-data High Level Walkthrough At a high level, th 阅读全文
posted @ 2023-07-21 17:58 saaspeter 阅读(22) 评论(0) 推荐(0) 编辑
摘要: see: Retrievers | 🦜️🔗 Langchain https://blog.langchain.dev/retrieval/ 按文档说的Retriever就是一个接口,可以把和query相关的文档都查询出来,而vectorDB是否成retriever的关键组件之一。 阅读全文
posted @ 2023-07-21 16:25 saaspeter 阅读(21) 评论(0) 推荐(0) 编辑