feat(graphiti): Implement Graphiti client and related steps for episode ingestion and querying
- Added `graphiti_client.py` to manage the Graphiti client as a singleton. - Created `ingest_episode_event_step.py` to handle episode ingestion from HTTP webhook events. - Implemented `ingest_episode_step.py` for validating and enqueuing episode payloads via a POST request. - Developed `query_graph_step.py` for performing semantic searches in the Graphiti Knowledge-Graph. - Introduced an `__init__.py` file for the graphiti steps module.
This commit is contained in:
@@ -21,7 +21,7 @@ modules:
|
||||
config:
|
||||
port: 3111
|
||||
host: 0.0.0.0
|
||||
default_timeout: 30000
|
||||
default_timeout: 180000
|
||||
concurrency_request_limit: 1024
|
||||
cors:
|
||||
allowed_origins:
|
||||
|
||||
Reference in New Issue
Block a user