Spaces:
Running
on
T4
Running
on
T4
cheesyFishes
commited on
Commit
·
d4c3460
1
Parent(s):
441f0d7
add docs description
Browse files
app.py
CHANGED
@@ -155,6 +155,10 @@ Using this model, we can index images and perform text-to-image retrieval.
|
|
155 |
|
156 |
This demo compares to pure text retrieval using the `BAAI/bge-small-en` model. Is this a fair comparison? Not really,
|
157 |
but it's the easiest to run in a limited huggingface space, and shows the strengths of screenshot-based retrieval.
|
|
|
|
|
|
|
|
|
158 |
"""
|
159 |
)
|
160 |
|
|
|
155 |
|
156 |
This demo compares to pure text retrieval using the `BAAI/bge-small-en` model. Is this a fair comparison? Not really,
|
157 |
but it's the easiest to run in a limited huggingface space, and shows the strengths of screenshot-based retrieval.
|
158 |
+
|
159 |
+
The two pre-made indexes are:
|
160 |
+
- [IONIQ 2024](https://cdn.prod.website-files.com/65e1d7fb19a3e64b5c36fb38/66eb856e019e59758ef73759_ICONIQ%20Analytics%20%2B%20Insights%20-%20State%20of%20AI%20Sep24.pdf): A report on the 2024 State of AI.
|
161 |
+
- [Uber 10k 2021](https://github.com/run-llama/llama_index/blob/main/docs/docs/examples/data/10k/uber_2021.pdf): The 2021 Uber 10k document.
|
162 |
"""
|
163 |
)
|
164 |
|