Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,15 @@ def main():
|
|
105 |
Please consider citing:
|
106 |
|
107 |
```bibtex
|
108 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
```
|
110 |
"""
|
111 |
)
|
|
|
105 |
Please consider citing:
|
106 |
|
107 |
```bibtex
|
108 |
+
@misc{faysse2024colpaliefficientdocumentretrieval,
|
109 |
+
title={ColPali: Efficient Document Retrieval with Vision Language Models},
|
110 |
+
author={Manuel Faysse and Hugues Sibille and Tony Wu and Gautier Viaud and Céline Hudelot and Pierre Colombo},
|
111 |
+
year={2024},
|
112 |
+
eprint={2407.01449},
|
113 |
+
archivePrefix={arXiv},
|
114 |
+
primaryClass={cs.IR},
|
115 |
+
url={https://arxiv.org/abs/2407.01449},
|
116 |
+
}
|
117 |
```
|
118 |
"""
|
119 |
)
|