ZanSara commited on
Commit
b71b42f
1 Parent(s): f32e4f1
Files changed (1) hide show
  1. pages/1_⭐️_Info.py +2 -2
pages/1_⭐️_Info.py CHANGED
@@ -53,8 +53,8 @@ These strings are then ranked and the most likely one is sent over to the
53
  that contains CLIP, which will use its own document store of images to find all the pictures that match the string.
54
  Cheetah are present in the Lisbon zoo, so it will find pictures of them and return them.
55
 
56
- These nodes are chained together using a Pipeline object, so that all you need to do to run
57
- a system like this is a single call: `pipeline.run(query="What's the fastest animal?")`
58
  will return the list of images directly.
59
  Have a look at [how we implemented it](https://github.com/TuanaCelik/find-the-animal/blob/main/utils/haystack.py)!
60
  """)
 
53
  that contains CLIP, which will use its own document store of images to find all the pictures that match the string.
54
  Cheetah are present in the Lisbon zoo, so it will find pictures of them and return them.
55
 
56
+ These nodes are chained together using a [Pipeline](https://docs.haystack.deepset.ai/docs/pipelines) object,
57
+ so that all you need to do to run a system like this is a single call: `pipeline.run(query="What's the fastest animal?")`
58
  will return the list of images directly.
59
  Have a look at [how we implemented it](https://github.com/TuanaCelik/find-the-animal/blob/main/utils/haystack.py)!
60
  """)