mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-19 00:14:24 +01:00
cleanup
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user