Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Installation and setup

We have to get the secret key. See the detailed guide. We have to install the fauna package.
pip install -U fauna

Document loader

See a usage example.
from langchain_community.document_loaders.fauna import FaunaLoader