mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
feat: sync remote sources through celery periodic tasks
This commit is contained in:
@@ -11,6 +11,7 @@ export type Doc = {
|
||||
tokens?: string;
|
||||
type?: string;
|
||||
retriever?: string;
|
||||
syncFrequency?: string;
|
||||
};
|
||||
|
||||
export type PromptProps = {
|
||||
|
||||
Reference in New Issue
Block a user