You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-ecosystem/libs/analysis-engine/src/main/java/org/rostilos/codecrow/analysisengine/processor/analysis/BranchAnalysisProcessor.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -634,17 +634,23 @@ private void performIncrementalRagUpdate(BranchProcessRequest request, Project p
634
634
Consumer<Map<String, Object>> consumer) {
635
635
if (ragOperationsService == null) {
636
636
log.info("Skipping RAG incremental update - RagOperationsService not available");
0 commit comments