Ask a question to get started
Enter to sendā¢Shift+Enter new line
embed_documents( self, texts: List[str], chunk_size: Optional[int] =
texts
List[str]
chunk_size
Optional[int]
0
Call out to OpenAI's embedding endpoint for embedding search docs.
The list of texts to embed.
The chunk size of embeddings. If None, will use the chunk size specified by the class.