Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickprock committed Feb 13, 2024
1 parent 9a23451 commit 48d20ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/fastembed/example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

result = query_pipeline.run({"text_embedder": {"text": query}})

# print(result["retriever"]["documents"][0])
print(result["retriever"]["documents"][0]) # noqa: T201

# Document(id=...,
# content: 'fastembed is supported by and maintained by Qdrant.',
Expand Down

0 comments on commit 48d20ee

Please sign in to comment.