(feat:nested source view) file tree, chunks display

This commit is contained in:
ManishMadan2882
2025-07-15 19:15:40 +05:30
parent 1d9af05e9e
commit 8a7806ab2d
9 changed files with 452 additions and 358 deletions

View File

@@ -12,6 +12,7 @@ export type Doc = {
type?: string;
retriever?: string;
syncFrequency?: string;
isNested?: boolean;
};
export type GetDocsResponse = {