-
Notifications
You must be signed in to change notification settings - Fork 186
Enhance eSim Copilot with Semantic Routing, Robust RAG, and OCR-Based Value Extraction #434
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
HARIOM-BEEP
wants to merge
28
commits into
FOSSEE:master
Choose a base branch
from
HARIOM-BEEP:esim-RAGbot-Hariom
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Refactor Application.py to improve structure and readability. Added chatbot integration and updated comments for clarity.
Updated context menu actions for project handling and added netlist analysis functionality.
Removed unnecessary message box for plot confirmation and fixed typo in Flag assignment.
Add eSim netlist analysis output contract documentation
Added a comprehensive eSim netlist analysis output contract document detailing workflow, schematic design, SPICE rules, simulation types, components, common errors, and IC availability.
Implement core functionality for eSim Copilot, including error detection, question classification, and image analysis handling.
Updated the eSim netlist analysis output contract to define chatbot response requirements and provide detailed instructions for users.
Added detailed documentation for eSim Copilot, including features, installation instructions, and system dependencies.
Added instructions for ingesting manuals for RAG.
Add installation command for paddlepaddle version 2.5.2.
Added RAG fallback mechanism to improve response accuracy. Implemented semantic topic switch detection for better context handling.
Updated installation instructions and added repository cloning steps.
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.
Related Issues
Purpose
This pull request introduces eSim Copilot, an AI-powered conversational assistant integrated into eSim to help users analyze circuits, understand schematics, and navigate eSim workflows interactively.
Prior to this change, eSim did not provide an intelligent assistant for answering user questions, interpreting schematic images, or explaining simulation inputs such as netlists. Users were required to manually inspect files or search documentation.
This PR adds a context-aware chatbot designed specifically for electronics design and simulation tasks within eSim.
Features Added
1. Documentation-Grounded Question Answering (RAG)
2. Semantic Conversation Understanding
3. Image-Based Circuit Analysis
4. Netlist Analysis and Explanation
5. Robust Vision, OCR, and Netlist Integration
6. Modular and Extensible Design
Result
With this change, eSim gains a fully integrated AI assistant that:
This significantly improves usability for new users while remaining helpful for advanced users.
Notes