Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 2 months 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
```