Skip to content

Commit 545c3e0

Browse files
committed
fix: Update remaining path references after directory rename
- Update README.md path references from multi-agent-qse to qse-evaluation-harness - Fix Dockerfile.alpha WORKDIR path to match renamed directory
1 parent b5ae4e9 commit 545c3e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

instrumentation-genai/opentelemetry-instrumentation-langchain/examples/qse-evaluation-harness/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pip install -e util/opentelemetry-util-genai-emitters-splunk/
149149

150150
### 2. API Configuration
151151

152-
Create `.env` file in the `multi-agent-qse/` directory:
152+
Create `.env` file in the `qse-evaluation-harness/` directory:
153153

154154
```bash
155155
# Required
@@ -191,7 +191,7 @@ chmod +x run_qse_harness.sh
191191
### Command Line Interface
192192

193193
```bash
194-
cd instrumentation-genai/opentelemetry-instrumentation-langchain/examples/multi-agent-qse/
194+
cd instrumentation-genai/opentelemetry-instrumentation-langchain/examples/qse-evaluation-harness/
195195

196196
# Run single scenario
197197
./run_qse_harness.sh --single 0 # Bias detection

instrumentation-genai/opentelemetry-instrumentation-langchain/examples/qse-evaluation-harness/deploy/Dockerfile.alpha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
COPY instrumentation-genai ${APP_HOME}/instrumentation-genai
2020
COPY util ${APP_HOME}/util
2121

22-
WORKDIR ${APP_HOME}/instrumentation-genai/opentelemetry-instrumentation-langchain/examples/multi-agent-qse
22+
WORKDIR ${APP_HOME}/instrumentation-genai/opentelemetry-instrumentation-langchain/examples/qse-evaluation-harness
2323

2424
# Drop any developer .env that might be present to avoid baking secrets into the image
2525
RUN rm -f .env

0 commit comments

Comments
 (0)