Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amperecomputingai/local-rag
- Owner: AmpereComputingAI
- Created: 2024-05-10T16:51:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T22:36:12.000Z (8 months ago)
- Last Synced: 2024-05-22T22:44:12.127Z (8 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```