Docs for LLMs
Fauna supports the llms.txt convention for large language models (LLMs).
Root-level documentation
We provide the following root-level files:
-
llms.txt: A list of available LLM files.
-
llms-full.txt: Documentation for Fauna, FQL, FSL, and the Fauna CLI.
-
llms-small.txt: Abridged documentation for LLMs with smaller context windows.
Reference documentation
We provide the following reference files:
-
/fql/llms.txt: Documentation for the Fauna Query Language (FQL) syntax and API.
-
/fsl/llms.txt: Documentation for the Fauna Schema Language (FSL) syntax and API.
-
/cli/llms.txt: Documentation for the Fauna CLI.
Client driver documentation
We provide the following files for Fauna client drivers:
-
/clients/js/llms.txt: Documentation for the Javascript client driver.
-
/clients/python/llms.txt: Documentation for the Python client driver.
-
/clients/go/llms.txt: Documentation for the Go client driver.
-
/clients/dotnet/llms.txt: Documentation for the .NET/C# client driver.
-
/clients/jvm/llms.txt: Documentation for the JVM (Java) client driver.