Skip to content

Commit

Permalink
Merge pull request #281 from ranking-agent/shadowfax_workflow
Browse files Browse the repository at this point in the history
Shadowfax workflow
  • Loading branch information
uhbrar authored Sep 11, 2024
2 parents 0f6bc64 + 2ebd7c5 commit 44be292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ servers:
# url: http://127.0.0.1:5000
termsOfService: http://robokop.renci.org:7055/tos?service_long=ARAGORN&provider_long=RENCI
title: ARAGORN
version: 2.9.0
version: 2.9.1
tags:
- name: translator
- name: ARA
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ opentelemetry-instrumentation-fastapi==0.37b0
opentelemetry-exporter-jaeger==1.16.0
opentelemetry-instrumentation-httpx==0.37b0
fakeredis<=2.10.2
networkx==3.3
networkx==3.2.1
2 changes: 1 addition & 1 deletion src/service_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async def entry(message, guid, coalesce_type, caller) -> (dict, int):
{"id": "lookup"},
{"id": "overlay_connect_knodes"},
{"id": "score"},
{"id": "filter_message_top_n", "parameters": {"max_results": 500}}
{"id": "filter_kgraph_orphans"}
]
else:
# TODO: if this is robokop, need to normalize.
Expand Down

0 comments on commit 44be292

Please sign in to comment.