Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakchittawar authored Dec 2, 2023
1 parent e18bcbf commit b0c5fb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## **Installation Instructions**

### **Quickstart - Docker** _Memory Heavy_
- Download the `docker.run.sh` file from the repository
- `sudo chmod +x docker-run.sh`
- `sudo ./docker-run.sh`

Expand All @@ -20,11 +21,12 @@


### **Raw Install** _Best Performance_
- `git clone https://github.com/sarthakchittawar/Medmini.git`
- `sudo chmod +x install.sh ; ./install.sh`
- `sudo chmod +x run.sh ; ./run.sh`
- _Need to have a ubuntu>=22.04 or debian>=12 based distro_



## **Future work**
1. Improve the RAG algorithm without compromising on efficiency
1. Improve the RAG algorithm without compromising on efficiency

0 comments on commit b0c5fb2

Please sign in to comment.