Closed paul-paliychuk closed 2 months ago
This PR updates the graph service by adding entity node handling, modifying DTOs, and updating Docker configurations.
Key points:
ENV PORT=8000
CMD
PORT
graph
zepai/graphiti:latest
PORT=8000
AddEntityNodeRequest
__all__
uuid
Message
search_type
SearchQuery
center_node_uuid
GetMemoryRequest
/entity-node
/episodes/{group_id}
save_entity_node
ZepGraphiti
Generated with :heart: by ellipsis.dev
Summary:
This PR updates the graph service by adding entity node handling, modifying DTOs, and updating Docker configurations.
Key points:
ENV PORT=8000
and modifiedCMD
to use environment variablePORT
.graph
service to usezepai/graphiti:latest
image and addedPORT=8000
to environment variables.AddEntityNodeRequest
to imports and__all__
.uuid
field toMessage
class.AddEntityNodeRequest
class.search_type
fromSearchQuery
and addedcenter_node_uuid
toGetMemoryRequest
./entity-node
endpoint to handleAddEntityNodeRequest
./episodes/{group_id}
endpoint to retrieve episodes.save_entity_node
method toZepGraphiti
class.Generated with :heart: by ellipsis.dev