Skip to content

Commit

Permalink
Update jina.md (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Jan 23, 2024
1 parent ff59826 commit 922fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/jina.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Below is the example indexing pipeline with `InMemoryDocumentStore`, `JinaDocume
from haystack import Document, Pipeline
from haystack.document_stores.in_memory import InMemoryDocumentStore
from haystack.components.writers import DocumentWriter
from jina_haystack import JinaDocumentEmbedder
from haystack_integrations.components.embedders.jina import JinaDocumentEmbedder

document_store = InMemoryDocumentStore(embedding_similarity_function="cosine")

Expand Down

0 comments on commit 922fe7d

Please sign in to comment.