MyGit

v1.1.0

nomic-ai/nomic

版本发布时间: 2023-03-24 01:11:53

nomic-ai/nomic最新发布版本:v3.1.2(2024-08-27 09:36:11)

Atlas now relies on the Apache Arrow standard data validation and integrity For users this means:

Technical Details

Atlas stores and transfers data using a subset of the Apache Arrow standard.

pyarrow is used to convert python, pandas, and numpy data types to Arrow types; you can also pass any Arrow table (created by polars, duckdb, pyarrow, etc.) directly to Atlas and the types will be automatically converted.

Before being uploaded, all data is converted with the following rules:

Other data types (including booleans, binary, lists, and structs) are not supported. Values stored as a dictionary must be strings.

All fields besides embeddings and the user-specified ID field are nullable.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-03-24发行的版本