Add Fastapi graph service #249
Annotations
3 errors and 1 notice
import-not-found:
server/graph_service/config.py#L5
Cannot find implementation or library stub for module named "pydantic_settings"
|
arg-type:
server/graph_service/routers/ingest.py#L79
Argument "source" to "add_episode" of "Graphiti" has incompatible type "str"; expected "EpisodeType"
|
mypy
Process completed with exit code 1.
|
Note:
server/graph_service/config.py#L5
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
|