This commit is contained in:
2025-08-26 20:27:30 +02:00
parent 135e73691b
commit 994151374e
82 changed files with 10 additions and 148 deletions

View File

@@ -77,7 +77,6 @@ function RAGPageContent() {
const data = await apiClient.get('/api-internal/v1/rag/collections')
setCollections(data.collections || [])
} catch (error) {
console.error('Failed to load collections:', error)
} finally {
setLoading(false)
}
@@ -88,7 +87,6 @@ function RAGPageContent() {
const data = await apiClient.get('/api-internal/v1/rag/stats')
setStats(data.stats)
} catch (error) {
console.error('Failed to load stats:', error)
}
}