Skip to content

Commit fdaf41d

Browse files
authored
Merge pull request #21 from AlexNikic/main
Added pre-define user topics for question tagging
2 parents e96c1e1 + 3032434 commit fdaf41d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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)