Skip to main content
Open on GitHub

Atlas

Nomic Atlas is a platform for interacting with both small and internet scale unstructured datasets.

安装与设置

  • 使用 pip install nomic 安装 Python 包
  • Nomic 也包含在 LangChain 的 poetry extras 中 poetry install -E all

VectorStore

查看一个 使用示例

from langchain_community.vectorstores import AtlasDB
API 参考:AtlasDB