mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix updates and save content. remove entity.summary
This commit is contained in:
@@ -49,7 +49,7 @@ async def create_or_update_entity(
|
||||
entity, created = await entity_service.create_or_update_entity(data)
|
||||
response.status_code = 201 if created else 200
|
||||
|
||||
# Always reindex since content has changed
|
||||
# reindex
|
||||
await search_service.index_entity(entity, background_tasks=background_tasks)
|
||||
|
||||
return EntityResponse.model_validate(entity)
|
||||
|
||||
Reference in New Issue
Block a user