trustgraph/trustgraph-flow/trustgraph/gateway
Cyber MacGeddon e4fdde541e - Refactor doc load and text load to use a new ServiceSender class,
similar to ServiceRequestor, but one-way.
- This means these two services are now available over websocket with
  document-load and text-load service IDs.
2024-12-28 19:50:50 +00:00
..
__init__.py Fixed a problem with the packages, api/__init__.py appeared in both (#196) 2024-12-06 13:05:56 +00:00
__main__.py Fixed a problem with the packages, api/__init__.py appeared in both (#196) 2024-12-06 13:05:56 +00:00
agent.py Feature/general websocket (#199) 2024-12-06 23:56:10 +00:00
auth.py Fixed a problem with the packages, api/__init__.py appeared in both (#196) 2024-12-06 13:05:56 +00:00
dbpedia.py Feature/general websocket (#199) 2024-12-06 23:56:10 +00:00
document_load.py - Refactor doc load and text load to use a new ServiceSender class, 2024-12-28 19:50:50 +00:00
embeddings.py - Refactor doc load and text load to use a new ServiceSender class, 2024-12-28 19:50:50 +00:00
encyclopedia.py Feature/general websocket (#199) 2024-12-06 23:56:10 +00:00
endpoint.py Fix async error (#212) 2024-12-17 12:43:16 +00:00
graph_embeddings_load.py Fix relative imports (#197) 2024-12-06 13:37:44 +00:00
graph_embeddings_query.py Graph embedding query exposed through gateway (#208) 2024-12-10 22:15:56 +00:00
graph_embeddings_stream.py Fix relative imports (#197) 2024-12-06 13:37:44 +00:00
graph_rag.py Feature/general websocket (#199) 2024-12-06 23:56:10 +00:00
internet_search.py Feature/general websocket (#199) 2024-12-06 23:56:10 +00:00
mux.py Refactor socket threading (#219) 2024-12-27 10:34:16 +00:00
prompt.py Feature/general websocket (#199) 2024-12-06 23:56:10 +00:00
publisher.py Fixed a problem with the packages, api/__init__.py appeared in both (#196) 2024-12-06 13:05:56 +00:00
requestor.py Feature/general websocket (#199) 2024-12-06 23:56:10 +00:00
running.py Fixed a problem with the packages, api/__init__.py appeared in both (#196) 2024-12-06 13:05:56 +00:00
sender.py - Refactor doc load and text load to use a new ServiceSender class, 2024-12-28 19:50:50 +00:00
serialize.py Fix relative imports (#197) 2024-12-06 13:37:44 +00:00
service.py - Refactor doc load and text load to use a new ServiceSender class, 2024-12-28 19:50:50 +00:00
socket.py Refactor socket threading (#219) 2024-12-27 10:34:16 +00:00
subscriber.py Fixed a problem with the packages, api/__init__.py appeared in both (#196) 2024-12-06 13:05:56 +00:00
text_completion.py Feature/general websocket (#199) 2024-12-06 23:56:10 +00:00
text_load.py - Refactor doc load and text load to use a new ServiceSender class, 2024-12-28 19:50:50 +00:00
triples_load.py Fix relative imports (#197) 2024-12-06 13:37:44 +00:00
triples_query.py Feature/general websocket (#199) 2024-12-06 23:56:10 +00:00
triples_stream.py Fix relative imports (#197) 2024-12-06 13:37:44 +00:00