Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Missing a } in the documentation #273

Open
HighDeFing opened this issue Mar 31, 2022 · 0 comments
Open

Missing a } in the documentation #273

HighDeFing opened this issue Mar 31, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation Should Features which should be implemented

Comments

@HighDeFing
Copy link

Here https://github.com/deepset-ai/haystack-website/blob/source/docs/latest/components/ready_made_pipelines.mdx#documentsearchpipeline
This line is missing a }

pipeline = DocumentSearchPipeline(retriever)
query = "Tell me something about that time when they play chess."
result = pipeline.run(query, params={"Retriever": {"top_k": 2})

should be

pipeline = DocumentSearchPipeline(retriever)
query = "Tell me something about that time when they play chess."
result = pipeline.run(query, params={"Retriever": {"top_k": 2}})
@sjrl sjrl added documentation Improvements or additions to documentation Should Features which should be implemented labels Jul 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation Should Features which should be implemented
Projects
None yet
Development

No branches or pull requests

2 participants