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: VERSION_LOG.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
## v0.8.9 - The RAG Indexing & Transparency Fix
2
-
1:
3
-
2: ### 🐛 Fixes
4
-
3:
5
-
4: - **RAG Workspace Indexing**:
6
-
5: * Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
7
-
6: * Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
8
-
7: * Added automated schema recovery logic to detect and report missing or broken vector tables.
9
-
8: - **Transparency & Feedback**:
10
-
9: * **Main Process Error Propagation**: Backend indexing errors are now captured and displayed directly in the Chat Panel log, providing clear feedback if document processing fails.
11
-
10: * **Enhanced Status Diagnostics**: The "Build Index" process now performs a pre-flight check of the database schema and reports specific configuration or initialization errors.
12
-
11: * **Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
13
-
12:
14
-
13: ## v0.8.8 - The Agentic Workspace Update
2
+
3
+
### 🐛 Fixes
4
+
5
+
-**RAG Workspace Indexing**:
6
+
* Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
7
+
* Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
8
+
* Added automated schema recovery logic to detect and report missing or broken vector tables.
9
+
-**Transparency & Feedback**:
10
+
***Main Process Error Propagation**: Backend indexing errors are now captured and displayed directly in the Chat Panel log, providing clear feedback if document processing fails.
11
+
***Enhanced Status Diagnostics**: The "Build Index" process now performs a pre-flight check of the database schema and reports specific configuration or initialization errors.
12
+
***Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
Copy file name to clipboardExpand all lines: docs/VERSION_LOG.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
## v0.8.9 - The RAG Indexing & Transparency Fix
2
-
1:
3
-
2: ### 🐛 Fixes
4
-
3:
5
-
4: - **RAG Workspace Indexing**:
6
-
5: * Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
7
-
6: * Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
8
-
7: * Added automated schema recovery logic to detect and report missing or broken vector tables.
9
-
8: - **Transparency & Feedback**:
10
-
9: * **Main Process Error Propagation**: Backend indexing errors are now captured and displayed directly in the Chat Panel log, providing clear feedback if document processing fails.
11
-
10: * **Enhanced Status Diagnostics**: The "Build Index" process now performs a pre-flight check of the database schema and reports specific configuration or initialization errors.
12
-
11: * **Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
13
-
12:
14
-
13: ## v0.8.8 - The Agentic Workspace Update
2
+
3
+
### 🐛 Fixes
4
+
5
+
-**RAG Workspace Indexing**:
6
+
* Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
7
+
* Corrected the `rag_vectors` virtual table schema by removing an unsupported `PRIMARY KEY` constraint.
8
+
* Added automated schema recovery logic to detect and report missing or broken vector tables.
9
+
-**Transparency & Feedback**:
10
+
***Main Process Error Propagation**: Backend indexing errors are now captured and displayed directly in the Chat Panel log, providing clear feedback if document processing fails.
11
+
***Enhanced Status Diagnostics**: The "Build Index" process now performs a pre-flight check of the database schema and reports specific configuration or initialization errors.
12
+
***Detailed Content Logs**: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
0 commit comments