Skip to content

Commit c7962ab

Browse files
committed
docs: Update documentation to reflect 1.31.0 release
1 parent 6e4703f commit c7962ab

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This changelog summarizes notable changes per tagged release from 1.0.0 through
44

55
#### Table of Contents
66

7+
- [1.31.0](#1310)
78
- [1.30.0](#1300)
89
- [1.29.0](#1290)
910
- [1.28.1](#1281)
@@ -42,6 +43,12 @@ This changelog summarizes notable changes per tagged release from 1.0.0 through
4243
- [1.1.0](#110)
4344
- [1.0.0](#100)
4445

46+
## 1.31.0
47+
48+
- Added Excel (.xlsx) file support for document ingestion
49+
- Enhanced indexing performance for tabular documents (CSV, Excel)
50+
- Updated dependencies and internal improvements
51+
4552
## 1.30.0
4653

4754
- Added ChromaDB support

docs/rag-studio-quickstart.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ Landing Page:
4444
2. Drag-and-drop or select files, then click **Start Upload**.
4545
3. Confirm the uploaded files appear in the table.
4646

47+
**Supported Document Formats:**
48+
49+
- **Documents**: PDF (`.pdf`), Word (`.docx`), Markdown (`.md`), Text (`.txt`), HTML (`.html`, with advanced PDF processing)
50+
- **Spreadsheets**: Excel (`.xlsx`, `.xlsm`, `.xlsb`, `.xls`), OpenDocument (`.ods`), CSV (`.csv`)
51+
- **Presentations**: PowerPoint (`.pptx`, `.pptm`)
52+
- **Data**: JSON (`.json`)
53+
- **Images**: JPEG (`.jpg`, `.jpeg`), PNG (`.png`)
54+
4755
![manage-tab](images/rag-studio-kb-manage-page.png)
4856

4957
---

docs/rag-studio-ui-guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ This guide explains how to use RAG Studio entirely from the UI, focusing on navi
7676
2. Drag-and-drop or select files, then click **Start Upload**.
7777
3. Use the table to view, delete, or summarize documents (if a summarization model is configured).
7878

79+
**Supported Document Formats:**
80+
81+
- **Documents**: PDF (`.pdf`), Word (`.docx`), Markdown (`.md`), Text (`.txt`), HTML (`.html`, with advanced PDF processing)
82+
- **Spreadsheets**: Excel (`.xlsx`, `.xlsm`, `.xlsb`, `.xls`), OpenDocument (`.ods`), CSV (`.csv`)
83+
- **Presentations**: PowerPoint (`.pptx`, `.pptm`)
84+
- **Data**: JSON (`.json`)
85+
- **Images**: JPEG (`.jpg`, `.jpeg`), PNG (`.png`)
86+
7987
![kb-manage](images/rag-studio-kb-manage-page.png)
8088

8189
#### Edit Knowledge Base Settings
@@ -149,6 +157,7 @@ Type a question and send. If no session exists, a new session is created automat
149157

150158
- Drag files anywhere in the chat area; a drop overlay will appear. Drop to upload into the associated knowledge base for the session.
151159
- Alternatively, open the **Documents** control (paperclip/folder icon) near the input to manage uploads.
160+
- Supports the same document formats as knowledge base uploads (PDF, Word, Excel, PowerPoint, CSV, JSON, Markdown, Text, Images, and more).
152161

153162
![documents-icon](images/chat-documents-icon.png)
154163

0 commit comments

Comments
 (0)