provides a straightforward RESTful API interface to embedding text to vector.
315
docker pull dingodatabase/text2vec:latest
docker run -p 9998:8080 -d text2vec:latest
This container provides a straightforward RESTful API interface, utilizing the "GanymedeNil/text2vec-large-chinese" model which encapsulates the HuggingFaceEmbeddings. This model is a part of an open-source project that focuses on creating embeddings for natural language processing tasks, particularly for the Chinese language. The project's GitHub repository can be found at: https://github.com/astor-oss/embedding.
The container offers an efficient and accessible way to integrate the functionality of this model into various applications by exposing it through an API. This simplifies the process of leveraging the power of advanced language models for developing applications that require language processing capabilities.
Content type
Image
Digest
sha256:6ae783d0f…
Size
7 GB
Last updated
about 3 years ago
docker pull dingodatabase/text2vec