Fauna
Fauna is a distributed document-relational database that combines the flexibility of documents with the power of a relational, ACID compliant database that scales across regions, clouds or the globe.
安装与设置
我们必须获取密钥。 参见详细的 指南。
我们必须安装 fauna 包。
pip install -U fauna
文档加载器
查看一个 使用示例。
from langchain_community.document_loaders.fauna import FaunaLoader
API 参考:FaunaLoader