Skip to content

Commit 0ef5520

Browse files
Merge pull request #63 from MichaelClifford/move_files
Reorg repo to use `demos/` directory
2 parents 6040daf + 72f9482 commit 0ef5520

7 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build_mcp:
55
podman build -t mcp_server:latest --platform="linux/amd64" build_mcp
66

77
build_ui:
8-
podman build -t streamlit_client:latest --platform="linux/amd64" -f app/src/build/Containerfile .
8+
podman build -t streamlit_client:latest --platform="linux/amd64" -f demos/rag_agentic/frontend/build/Containerfile .
99

1010
run_ui:
1111
podman run -it -p 8501:8501 --env LLAMA_STACK_ENDPOINT=$(LLAMA_STACK_ENDPOINT) streamlit_client:latest
File renamed without changes.
File renamed without changes.

app/src/Level2_simple_agentic_with_websearch.ipynb renamed to demos/rag_agentic/notebooks/Level2_simple_agentic_with_websearch.ipynb

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)