docs: update package READMEs (#33488)

This commit is contained in:
Mason Daugherty
2025-10-15 10:49:35 -04:00
committed by GitHub
parent bcb6789888
commit 79200cf3c2
27 changed files with 1338 additions and 1124 deletions

View File

@@ -1,5 +1,22 @@
# langchain-exa
This package contains the LangChain integrations for Exa Cloud generative models.
[![PyPI - Version](https://img.shields.io/pypi/v/langchain-exa?label=%20)](https://pypi.org/project/langchain-exa/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-exa)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-exa)](https://pypistats.org/packages/langchain-exa)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&label=Follow%20%40LangChainAI)](https://twitter.com/langchainai)
View the [documentation](https://docs.langchain.com/oss/python/integrations/providers/exa_search) for more details.
Looking for the JS/TS version? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs).
## Quick Install
```bash
pip install langchain-exa
```
## 🤔 What is this?
This package contains the LangChain integration with Exa.
## 📖 Documentation
View the [documentation](https://docs.langchain.com/oss/python/integrations/providers/exa) for more details.