Ask a question to get started
Enter to sendā¢Shift+Enter new line
embed_documents( self, texts: List[str], ) -> List[List[float
texts
List[str]
Embed documents using a llamafile server running at self.base_url. llamafile server should be started in a separate process before invoking this method.
self.base_url
The list of texts to embed.