bookend.ai
LangChain implements an integration with embeddings provided by bookend.ai.
Installation and Setup
You need to register and get the API_KEY
from the bookend.ai website.
Embedding model
See a usage example.
from langchain_community.embeddings import BookendEmbeddings
API Reference:BookendEmbeddings