Ask a question to get started
Enter to sendā¢Shift+Enter new line
Asynchronously generates an embedding for a single piece of text. This method is not implemented and raises a NotImplementedError.
aembed_query( self, text: str, ) -> List[float]
text
str
The text to generate an embedding for.