Expand description
§Embed Anything
This library provides a simple interface to embed text and images using various embedding models.
Modules§
- This module contains the different embedding models that can be used to generate embeddings for the text data.
Functions§
- Embeds text from files in a directory using the specified embedding model.
- Embeds the text from a file using the specified embedding model.
- Embeds an HTML document using the specified embedding model.
- Embeds images in a directory using the specified embedding model.
- Embeds a list of queries using the specified embedding model.
- Embeddings of a webpage using the specified embedding model.