omarsol's picture
a7df18eef3dc8fa23d69c379f84383a01376f2b8c132bbebf666d7cca140236a
7fec1b1 verified
raw
history blame
402 Bytes
# 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
```