You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a list of all the data that is going to need to be used to determine one's medical history and figure out how we can pull that data. This task will be useful to filter down the amount of data we need to pass to the LLM, so we only include the data that is relevant for determining one's medical history.
Problem
Even if the user gives us all their health records, we can not pass all this data into the LLM to extract because it exceeds the token limit.
Solution
Filter the data, so we only retrieve the data that is important to determine medical history
Alternatives considered
Giving the data all the health records, however this proved not to work due to the token limit
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Use Case
Problem
Solution
Alternatives considered
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: