Skip to content

Commit 8751865

Browse files
committed
updated mkdocs and readme - Adithya S K
1 parent ef13b2f commit 8751865

File tree

3 files changed

+13
-174
lines changed

3 files changed

+13
-174
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,16 @@ For the implementation of **Colpali**, we referred to the following blogs and co
168168
- [Vision Retrieval by AyushExel](https://github.com/AyushExel/vision-retrieval)
169169
- [The Rise of Vision-Driven Document Retrieval for RAG](https://blog.vespa.ai/the-rise-of-vision-driven-document-retrieval-for-rag/)
170170

171-
Additionally, we are grateful for the support of the open-source community and the invaluable feedback from users throughout the development journey.
171+
We would also like to acknowledge the authors of the ColPali paper, which significantly influenced our work:
172172

173+
```
174+
@misc{faysse2024colpaliefficientdocumentretrieval,
175+
title={ColPali: Efficient Document Retrieval with Vision Language Models},
176+
author={Manuel Faysse and Hugues Sibille and Tony Wu and Bilel Omrani and Gautier Viaud and Céline Hudelot and Pierre Colombo},
177+
year={2024},
178+
eprint={2407.01449},
179+
archivePrefix={arXiv},
180+
primaryClass={cs.IR},
181+
url={https://arxiv.org/abs/2407.01449},
182+
}
183+
```

docs/index.md

Lines changed: 0 additions & 172 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ markdown_extensions:
2828
alternate_style: true
2929

3030
nav:
31-
- Home: index.md
31+
- Home: ../README.md
3232
- Notebooks:
3333
- Simple RAG: simpleRAG.ipynb
3434
- Colpali RAG: colpaliRAG.ipynb

0 commit comments

Comments
 (0)