Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed evals/evaluation/rag_pilot/RAG_Pilot.png
Binary file not shown.
4 changes: 3 additions & 1 deletion evals/evaluation/rag_pilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ docker build --build-arg HTTP_PROXY=$HTTP_PROXY --build-arg HTTP_PROXYS=$HTTP_PR
cd ./rag_pilot/docker_image_build
docker compose -f build.yaml build
# Setup ENV
export ECRAG_SERVICE_HOST_IP=${HOST_IP} # HOST IP of EC-RAG Service, usually current host ip

# If you want to set HOST_IP in command lines instead of in UI
#export ECRAG_SERVICE_HOST_IP=${HOST_IP} # HOST IP of EC-RAG Service, usually current host ip

# If EC-RAG Service port is not default
#export ECRAG_SERVICE_PORT=16010
Expand Down
2 changes: 1 addition & 1 deletion evals/evaluation/rag_pilot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25.07-dev
25.11-dev
Loading
Loading