Skip to main content
Open on GitHub

Activeloop Deep Lake

Activeloop Deep Lake is a data lake for Deep Learning applications, allowing you to use it as a vector store.

为什么选择 Deep Lake?

  • 不仅仅是一个(多模态)向量存储。之后,您可以使用该数据集来微调您自己的大型语言模型。
  • 不仅存储嵌入,还存储原始数据,并具备自动版本控制功能。
  • 真正无服务器。无需其他服务,可与主要云提供商一起使用(AWS S3GCS 等)

Activeloop Deep Lake 支持 SelfQuery Retrieval: Activeloop Deep Lake 自我查询检索

更多资源

  1. LangChain 与 Deep Lake 完全指南:从你的金融数据构建 ChatGPT 回答问题
  2. 使用 Deep Lake 分析 Twitter 算法代码库
  3. 这里是 白皮书学术论文,介绍 Deep Lake
  4. 以下是一些可供查阅的附加资源:Deep Lake入门指南 和 教程

安装与设置

安装 Python 包:

pip install deeplake

VectorStore

from langchain_community.vectorstores import DeepLake
API 参考:DeepLake

查看一个 使用示例