Ask a question to get started
Enter to sendā¢Shift+Enter new line
SpacyEmbeddings()
BaseModel
Embeddings
Validates that the spaCy package and the model are installed.
Generates embeddings for a list of documents.
Generates an embedding for a single piece of text.
Asynchronously generates embeddings for a list of documents. This method is not implemented and raises a NotImplementedError.
Asynchronously generates an embedding for a single piece of text. This method is not implemented and raises a NotImplementedError.
Embeddings by spaCy models.