add new feature for EC-RAG#2336
Merged
Merged
Conversation
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com>
Dependency ReviewThe following issues were found:
VulnerabilitiesEdgeCraftRAG/edgecraftrag/requirements.txt
License IssuesEdgeCraftRAG/ui/vue/package.json
Scanned Files
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive Agent functionality to EC-RAG with support for deep search capabilities, optimizes pipeline execution through asynchronous operations, adds session management with UI support, and introduces vLLM-based embedding services.
Key Changes:
- Implemented Agent component with Simple and DeepSearch agent types
- Converted synchronous pipeline operations to async for improved performance
- Added session management with history tracking and persistence
- Added vLLM-based embedding model support alongside existing OpenVINO embeddings
Reviewed changes
Copilot reviewed 121 out of 137 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| edgecraftrag/components/agents/* | New agent system with deep search capabilities |
| edgecraftrag/api/v1/agent.py, session.py | New REST APIs for agent and session management |
| edgecraftrag/controllers/* | Updated managers with async support and new AgentManager/SessionManager |
| edgecraftrag/components/pipeline.py | Refactored to async execution with new callback types |
| edgecraftrag/components/generator.py | Updated to async with new FreeChatGenerator for non-RAG scenarios |
| edgecraftrag/config_repository.py | New Milvus-based configuration persistence layer |
| ui/vue/src/views/settings/* | Restructured settings UI with Agent configuration support |
| ui/vue/src/views/chatbot/* | Added chat history sidebar and agent visualization |
| ui/vue/src/store/* | New session store and updated chatbot store |
Comments suppressed due to low confidence (1)
EdgeCraftRAG/ui/vue/src/views/settings/components/Pipeline/components/UpdateDialog/Indexer.vue:1
- Corrected typo in width value - should be '100%' not '1005'.
<template>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com>
ZePan110
approved these changes
Dec 1, 2025
Collaborator
|
@Yongbozzz Pls check CI failure |
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com>
for more information, see https://pre-commit.ci
lvliang-intel
approved these changes
Dec 2, 2025
Collaborator
Author
fixed |
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
add new feature for EC-RAG:
Issues
n/a
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
n/a