-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Feature: WEB UI Improvements: Favourite List, New Search Bar, Language Preferences, Pattern Descriptions etc. #1298
Closed
Conversation
This file contains 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
852c014
to
20c419f
Compare
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.
This PR adds several Web UI and functionality improvements to make pattern selection more intuitive with the help of pattern descriptions, ability to save favourites, powerful multilingual capabilities, a help reference section, more robust Youtube processing and a variety of small ui improvements.
🎥 Demo Video
https://youtu.be/kpAy_LOgHj4
🌟 Key Features
1. Web UI and Pattern Selection Improvements
2. Multilingual Support System
3. YouTube Integration Enhancement
🛠 Technical Implementation
Language Support Architecture
YouTube Processing Enhancement
Pattern Description Generation Pipeline
The pattern descriptions used in the Pattern Description modal are generated through an automated two-step process:
Pattern Extraction (extract_patterns.py)
fabric/patterns
directory recursivelysystem.md
pattern_extracts.json
containing:AI Description Generation
pattern_extracts.json
as inputpattern_descriptions.json
with:This pipeline ensures:
Example Pattern Description Structure:
{
"patterns": [
{
"patternName": "analyze_paper",
"description": "Analyze a scientific paper to identify its primary findings and assess the quality and rigor of its conclusions."
}
]
Added new improvements to pattern description handling:
1. Process Documentation & Automation:
2. Web GUI Enhancements:
These changes make the pattern description system more maintainable by:
🎯 Usage Examples
1. Global Settings
2. YouTube Transcript or Summary
While this should likely become a generic pattern eventually, users should know that simply pasting a youtube url with an input like " Provide transcript or Summary" does work. The output will be in the selected language.
3. Using the Web GUI as an LLM Assistant
Simply enter your question in the chat window and this becomes your customized prompt. No need to select a pattern to use the interface. Try it!