Documentation Index
Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
Use this file to discover all available pages before exploring further.
Exa is a knowledge API for AI and developers.
Installation and Setup
Exa integration exists in its own partner package. You can install it with:
EXA_API_KEY environment variable to your Exa API key.
Retriever
You can use theExaSearchRetriever in a standard retrieval pipeline. You can import it as follows.
See a usage example.