-
Notifications
You must be signed in to change notification settings - Fork 301
Fix: Update GraphRAG to be compatible with latest component changes #1384
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
Conversation
- Updated ENV VARS to align with recent changes in neo4j dataprep and retriever. - upgraded tgi-gaudi image version Related to GenAIComps repo issue opea-project#1025 (opea-project/GenAIComps#1025) Signed-off-by: rbrygaro <[email protected]>
Dependency Review✅ No vulnerabilities or license issues found.Scanned Files |
for more information, see https://pre-commit.ci
requires PR #924 to be merged first |
@@ -13,7 +13,7 @@ RUN useradd -m -s /bin/bash user && \ | |||
chown -R user /home/user/ | |||
|
|||
WORKDIR /home/user/ | |||
RUN git clone https://github.com/opea-project/GenAIComps.git | |||
RUN git clone --branch GRAG_1.2 https://github.com/rbrugaro/GenAIComps.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is for test only, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, just for test. as soon PR#924 gets merge I will update here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR has been merged, please revert test code.
Please resolve the conflicts. |
Updated ENV VARS to align with recent changes in neo4j dataprep and retriever. upgraded tgi-gaudi image version Related to GenAIComps repo issue opea-project#1025 A re-writed PR for opea-project#1384 Signed-off-by: Xinyao Wang <[email protected]>
Update to align with recent changes in neo4j dataprep and retriever. upgraded tgi-gaudi image version Related to GenAIComps issue #1025 Related to GenAIComps PR #1408 Based on PR #1384 Signed-off-by: Xinyao Wang <[email protected]>
Due to tight schedule for v1.2 release, we move to a new PR for quick merging: #1427 |
- Updated ENV VARS to align with recent changes in neo4j dataprep and retriever. - upgraded tgi-gaudi image version Related to GenAIComps repo issue #1025 (opea-project/GenAIComps#1025) Original PR #1384 Original contributor is @rbrugaro Signed-off-by: Xinyao Wang <[email protected]> Co-authored-by: Liang Lv <[email protected]>
…project#1427) - Updated ENV VARS to align with recent changes in neo4j dataprep and retriever. - upgraded tgi-gaudi image version Related to GenAIComps repo issue opea-project#1025 (opea-project/GenAIComps#1025) Original PR opea-project#1384 Original contributor is @rbrugaro Signed-off-by: Xinyao Wang <[email protected]> Co-authored-by: Liang Lv <[email protected]> Signed-off-by: Chingis Yundunov <[email protected]>
…project#1427) - Updated ENV VARS to align with recent changes in neo4j dataprep and retriever. - upgraded tgi-gaudi image version Related to GenAIComps repo issue opea-project#1025 (opea-project/GenAIComps#1025) Original PR opea-project#1384 Original contributor is @rbrugaro Signed-off-by: Xinyao Wang <[email protected]> Co-authored-by: Liang Lv <[email protected]> Signed-off-by: Chingis Yundunov <[email protected]>
Related to GenAIComps repo issue #1025 (opea-project/GenAIComps#1025)