Shun Miyazawa 1 год назад
Родитель
Сommit
45fde7869d

+ 3 - 0
apps/app/src/server/routes/apiv3/ai-integration/rebuild-vector-store.ts

@@ -40,6 +40,9 @@ export const rebuildVectorStoreHandlersFactory: RebuildVectorStoreFactory = (cro
           });
         }
 
+        // Create all public pages VectorStoreFile
+        // TODO: https://redmine.weseek.co.jp/issues/153988
+
         return res.apiv3({});
 
       }