Skip to content

Commit

Permalink
fix: readme images
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed Feb 21, 2024
1 parent f3e932c commit 0643899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ python -m streamlit run frontend/front.py

You should then be able to login and chat to the bot:

![](login_and_chat.gif)
![](docs/login_and_chat.gif)

Right now the RAG does not have any document loaded, let's add a sample:
```shell
Expand All @@ -62,7 +62,7 @@ python data_sample/add_data_sample_to_rag.py

The RAG now has access to the information from your loaded documents:

![](query_with_knowledge.gif)
![](docs/query_with_knowledge.gif)

## Documentation

Expand Down

0 comments on commit 0643899

Please sign in to comment.