Knowledge service test fixtures

This commit is contained in:
phernandez
2024-12-22 22:11:13 -06:00
parent 71704e6e64
commit bd3d7a4ef9
3 changed files with 40 additions and 18 deletions
@@ -32,7 +32,7 @@ class KnowledgeService:
entity_service: EntityService,
observation_service: ObservationService,
relation_service: RelationService,
file_service: FileService, # FileService
file_service: FileService,
knowledge_writer: KnowledgeWriter,
):
self.entity_service = entity_service