An open API service indexing awesome lists of open source software.

https://github.com/amperecomputingai/local-rag


https://github.com/amperecomputingai/local-rag

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

          

# local-rag Docker

Scripts to create docker to run rag reference applications.

To build:
```
# cd scripts
# ./build.sh
```

To launch:

```
# docker run -it --rm local-rag:v0.0.1
```
## Prebuilt image:
```
# docker pull ghcr.io/amperecomputingai/local-rag:v0.0.1
# docker run -it --rm ghcr.io/amperecomputingai/local-rag:v0.0.1
```