add intelligence worker and embedding generation for article processing
This commit is contained in:
@@ -5,6 +5,7 @@ const statusRoutes = require('./src/routes/status');
|
||||
const sourcesRoutes = require('./src/routes/sources');
|
||||
const eventRoutes = require('./src/routes/events');
|
||||
const adminRoutes = require('./src/routes/admin');
|
||||
const devRoutes = require('./src/routes/dev');
|
||||
const config = require('./src/config');
|
||||
const { startScheduler } = require('./src/scheduler');
|
||||
|
||||
@@ -16,6 +17,7 @@ app.register(statusRoutes);
|
||||
app.register(sourcesRoutes);
|
||||
app.register(eventRoutes);
|
||||
app.register(adminRoutes);
|
||||
app.register(devRoutes);
|
||||
|
||||
app.get('/', async () => ({ ok: true }));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user