mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-10 21:10:59 +00:00
perf(rag): ui and related apis
This commit is contained in:
@@ -28,7 +28,7 @@ export default function KBDoc({ kbId }: { kbId: string }) {
|
||||
setDocumentsList(
|
||||
resp.files.map((file: KnowledgeBaseFile) => {
|
||||
return {
|
||||
id: file.id,
|
||||
uuid: file.uuid,
|
||||
name: file.file_name,
|
||||
status: file.status,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user