Skip to content

Commit 014561b

Browse files
committed
disabling uplaod documents from playground
1 parent 90f5e0e commit 014561b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Playground.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ <h3>🎮 AI Persona</h3>
709709
<!-- Document Management -->
710710
<div class="control-group">
711711
<label>Document Store (RAG)</label>
712-
<button id="uploadDocuments" class="btn">📄 Upload Documents</button>
712+
<button id="uploadDocuments" class="btn" disabled>📄 Upload Documents</button>
713713
<button id="manageDocuments" class="btn">📚 Manage Store</button>
714714
<div id="vectorStatus" class="status-indicator info">Vector Store Ready</div>
715715
</div>

0 commit comments

Comments
 (0)