feat: add pluggable fact extraction pipeline
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
export * from './adapters';
|
||||
export * from './core/identity-db';
|
||||
export * from './core/migrations';
|
||||
export * from './ingestion/extractor';
|
||||
export * from './ingestion/naive-extractor';
|
||||
export * from './ingestion/types';
|
||||
export * from './types/api';
|
||||
export * from './types/database';
|
||||
export * from './types/domain';
|
||||
|
||||
Reference in New Issue
Block a user