Skip to content

Commit 06b315f

Browse files
committed
issues
1 parent 2115311 commit 06b315f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/blog/easy-issues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ We would like to expose the "between instrument matches" and the "negation" swit
2020
* https://github.com/harmonydata/harmony/issues/60: Allow user to turn on/off the "within instrument matches" behaviour
2121
* https://github.com/harmonydata/harmony/issues/59: Allow user to turn on/off the negation behaviour
2222

23+
## Moderate issue in Python
24+
25+
* https://github.com/harmonydata/harmony/issues/56 - users are having real problems processing large lists of items. So this would have to be batched to send to the LLM. The tricky part is, you will need to make the batch size configurable and choose a sensible default, and then expose it through the API, but also not allow a user to overload the API.
26+
2327
## Easy issues for R library
2428

2529
* https://github.com/harmonydata/harmony_r/issues/4 Can we have a built in function to turn the matching scores into a crosswalk table (e.g. a table like the website produces) and output as a dataframe?

0 commit comments

Comments
 (0)