HugSib commited on
Commit
957b077
·
verified ·
1 Parent(s): 42005f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -105,7 +105,15 @@ def main():
105
  Please consider citing:
106
 
107
  ```bibtex
108
- INSERT LATER
 
 
 
 
 
 
 
 
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
  )