Skip to content

Hybridrag with struct2graph #2014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
update image name
Signed-off-by: siddhivelankar23 <[email protected]>
  • Loading branch information
siddhivelankar23 committed Jun 10, 2025
commit 28f6cb02beed3e7b860dd9413db288f68b4a1a1b
2 changes: 1 addition & 1 deletion HybridRAG/docker_compose/intel/hpu/gaudi/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
retries: 20
start_period: 3s
struct2graph:
image: opea/struct2graph:latest
image: ${REGISTRY:-opea}/struct2graph:${TAG:-latest}
container_name: struct2graph
environment:
- no_proxy=${no_proxy}
Expand Down
Loading