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.
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
API Reference:FaunaLoader