🔒 Security Enhancements
• Changed API Method for Security: The sourcelist API has been changed from GET to POST to prevent password exposure. (#1102)
🛠 Bug Fixes & Improvements
• Backend Fixes ((#1097) :
Fixed list index out of range error.
Resolved GCS file not found issue.
Additional data fetching from related links in wikipedia #1151
Top entities not found for some modes #1150 #1154
Extraction Process Fixes:
• Docx File Extraction Issue: Resolved missing pandoc dependency by adding pypandoc-binary.
(#1124)
• UnicodeDecodeError Fix: Addressed gb2312 encoding issue for certain text files.
(#1126)
• GraphDB Access Bug: Fixed UnboundLocalError during extraction.
(#1129)
• Connection Issues Resolved:
• Fixed “connection not there” error when accessing data resources (#1131).
📝 Code & Configuration Cleanup
• Removed example.env from the root folder to prevent confusion.
(#1099)
• Sanitized Additional Instructions: Prevented issues due to curly brace formatting and potential prompt injection.
(#1130)
🎨 UI Fixes & Enhancements
• Schema button disabled when DB is not connected.
• Data sources hidden on small screens if DB is not connected.
• Added an information message when visualizing graphs with more than 50 chunks.
(#1097)