mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
rework entity_sync
This commit is contained in:
@@ -187,7 +187,7 @@ async def validate_knowledge_files(
|
||||
|
||||
for file_path in [*changes.new, *changes.modified]:
|
||||
try:
|
||||
await sync_service.knowledge_parser.parse_file(directory / file_path)
|
||||
await sync_service.entity_parser.parse_file(directory / file_path)
|
||||
except ParseError as e:
|
||||
issues.append(ValidationIssue(file_path=file_path, error=str(e)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user