OpenAIEmbeddings class, which is a wrapper around the openai library.
Installation
Embeddings require theopenai library. See the Installation Guide for more information.
Embed text using OpenAI embeddings
OpenAIEmbeddings class, which is a wrapper around the openai library.
openai library. See the Installation Guide for more information.
from chonkie import OpenAIEmbeddings
embeddings = OpenAIEmbeddings()
Was this page helpful?