Skip to content

Commit 62a9596

Browse files
committed
api now sends and receives topics for question tagging
1 parent e96c1e1 commit 62a9596

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitmodules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
branch = main
55
[submodule "harmony"]
66
path = harmony
7-
url = https://github.com/harmonydata/harmony.git
8-
branch = main
7+
url = https://github.com/AlexNikic/harmony.git

harmony_api/routers/text_router.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def match(
263263
match_response_from_library = match_instruments_with_function(
264264
instruments=instruments,
265265
query=query,
266+
topics=match_body.topics,
266267
mhc_questions=mhc_questions,
267268
mhc_all_metadatas=mhc_all_metadata,
268269
mhc_embeddings=mhc_embeddings,

0 commit comments

Comments
 (0)