feat: sync remote sources through celery periodic tasks

This commit is contained in:
Siddhant Rai
2024-09-25 15:20:11 +05:30
parent f92658de82
commit 3d292aa485
13 changed files with 404 additions and 88 deletions

View File

@@ -11,6 +11,7 @@ export type Doc = {
tokens?: string;
type?: string;
retriever?: string;
syncFrequency?: string;
};
export type PromptProps = {