Ask a question to get started
Enter to sendā¢Shift+Enter new line
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
embed_documents( self, texts: List[str], ) -> List[List[float]]
texts
List[str]
The list of texts to embed.