Table of Contents
pip install jina-haystack
You can use JinaTextEmbedder
and JinaDocumentEmbedder
by importing as:
from jina_haystack.document_embedder import JinaDocumentEmbedder
from jina_haystack.text_embedder import JinaTextEmbedder
jina-haystack
is distributed under the terms of the Apache-2.0 license.