Skip to content

Commit

Permalink
suggested updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jlonge4 committed May 17, 2024
1 parent 14eac60 commit 16ca897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/pgvector/examples/hybrid_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
indexing.add_component("document_embedder", SentenceTransformersDocumentEmbedder())
indexing.add_component("writer", DocumentWriter(document_store))
indexing.connect("converter", "splitter")
indexing.connect("splitter", "embedder")
indexing.connect("splitter", "document_embedder")
indexing.connect("document_embedder", "writer")

indexing.run({"converter": {"sources": file_paths}})
Expand Down

0 comments on commit 16ca897

Please sign in to comment.