aee0f09db8
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
3 lines
168 B
JavaScript
3 lines
168 B
JavaScript
import { notifyManager } from '../core';
|
|
import { unstable_batchedUpdates } from './reactBatchedUpdates';
|
|
notifyManager.setBatchNotifyFunction(unstable_batchedUpdates); |