(feat:reingest) UI, polling

This commit is contained in:
ManishMadan2882
2025-08-01 01:25:37 +05:30
parent d5ded3c9f4
commit 5212769848
4 changed files with 203 additions and 40 deletions

View File

@@ -55,6 +55,7 @@ const endpoints = {
STORE_ATTACHMENT: '/api/store_attachment',
DIRECTORY_STRUCTURE: (docId: string) =>
`/api/directory_structure?id=${docId}`,
MANAGE_SOURCE_FILES: '/api/manage_source_files',
},
CONVERSATION: {
ANSWER: '/api/answer',