Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lone17 committed Jan 7, 2024
1 parent 6c55c18 commit 21fc682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This repo contains a demo for the whole pipeline for a QA chatbot on Generative
information
in [this paper](<https://github.com/lone17/docqa/tree/main/docqa/demo/data/generative_agent/generative_agent%20(1).pdf>).

![](https://github.com/lone17/docqa/tree/main/docqa/docs/assets/image.png)
![](https://github.com/lone17/docqa/blob/main/docs/assets/image.png)

### From source

Expand Down Expand Up @@ -92,7 +92,7 @@ streamlit run frontend.py
### From Docker

Alternatively, you can get the image from Docker Hub
[here](tps://hub.docker.com/repository/docker/el117/docqa/general).
[here](https://hub.docker.com/repository/docker/el117/docqa/general).

```bash
docker pull el117/docqa
Expand All @@ -110,7 +110,7 @@ streamlit run frontend.py

### Data pipeline

The diagram blow describes the data cycle. Result from each steps can be found at [docqa/demo/data](https://github.com/lone17/docqa/tree/main/docqa/tree/main/demo/data).
The diagram blow describes the data cycle. Result from each steps can be found at [docqa/demo/data/generative_agent](https://github.com/lone17/docqa/tree/main/docqa/demo/data/generative_agent).

```mermaid
flowchart TB
Expand Down

0 comments on commit 21fc682

Please sign in to comment.