diff --git a/examples/vortex_demo/entrypoint.sh b/examples/vortex_demo/entrypoint.sh index e95ee2d..a744d10 100755 --- a/examples/vortex_demo/entrypoint.sh +++ b/examples/vortex_demo/entrypoint.sh @@ -7,7 +7,7 @@ dagster-webserver -h 0.0.0.0 -p 3000 & dagster-daemon run & # Start the third process -dagster api grpc --python-file dags/web_rag_agent.py --host 0.0.0.0 --port 4266 & +#dagster api grpc --python-file dags/web_rag_agent.py --host 0.0.0.0 --port 4266 & # Wait for both processes to finish wait -n \ No newline at end of file diff --git a/examples/vortex_demo/workspace.yaml b/examples/vortex_demo/workspace.yaml index ebf03e3..6e31036 100644 --- a/examples/vortex_demo/workspace.yaml +++ b/examples/vortex_demo/workspace.yaml @@ -1,8 +1,8 @@ -# load_from: -# - python_file: dags/web_rag_agent.py - load_from: - - grpc_server: - host: localhost - port: 4266 - location_name: "vortex_demo" \ No newline at end of file + - python_file: dags/web_rag_agent.py + +# load_from: +# - grpc_server: +# host: localhost +# port: 4266 +# location_name: "vortex_demo" \ No newline at end of file