We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8daafcb commit e1745e0Copy full SHA for e1745e0
1 file changed
src/basic_memory/services/entity_service.py
@@ -315,7 +315,7 @@ async def create_entity_from_markdown(
315
if existing_entity and existing_entity.file_path == str(file_path):
316
# Same file - update existing entity
317
logger.info(
318
- f"Entity already exists for file_path={file_path}, updating instead of creating"
+ f"Entity already exists for permalink={model.permalink}, updating instead of creating"
319
)
320
return await self.update_entity_and_observations(file_path, markdown)
321
else:
0 commit comments