File size: 909 Bytes
f676a1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e9e1fd3
 
 
 
 
f676a1d
 
 
 
 
 
 
 
 
 
 
 
 
e9e1fd3
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# INSTALLING

> Clone the project in a local folder 'viti'

> Go to the project folder

`python -m venv .venv`

`source .venv/bin/activate`

`pip install -r requirements.txt`

Test the installation

`streamlit run app.py`

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# TODO 14/11/2024

## Utiliser le modele PDF pour la restitution des resultats


# REF

https://github.com/couchbase-examples/rag-demo-llama-index/blob/main/chat_with_pdf.py

https://lightning.ai/maxidiazbattan/studios/rag-streamlit-llamaindex-ollama?tab=files&layout=column&path=cloudspaces%2F01hwfjrdss66hkje94vb7enf15&y=2&x=0

https://medium.com/@sindhu.madicherla/rag-chatbot-using-chromadb-llamaindex-open-ai-and-streamlit-d3fb87df415f

https://github.com/jacttp/simpleRAG/blob/main/rag.py

https://github.com/naimkatiman/RAG-using-Llama-3.1-WebUi-on-Streamlit/blob/main/app.py