File size: 402 Bytes
7fec1b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# bookend.ai
LangChain implements an integration with embeddings provided by [bookend.ai](https://bookend.ai/).
## Installation and Setup
You need to register and get the `API_KEY`
from the [bookend.ai](https://bookend.ai/) website.
## Embedding model
See a [usage example](/docs/integrations/text_embedding/bookend).
```python
from langchain_community.embeddings import BookendEmbeddings
```
|