Skip to content

Latest commit

 

History

History
 
 

jina-haystack

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install jina-haystack

Usage

You can use JinaTextEmbedder and JinaDocumentEmbedder by importing as:

from jina_haystack.document_embedder import JinaDocumentEmbedder
from jina_haystack.text_embedder import JinaTextEmbedder

License

jina-haystack is distributed under the terms of the Apache-2.0 license.