Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Medical History Task 1: Plan what data we are using and where we will get it from #10

Open
1 task done
apgupta3303 opened this issue Jan 24, 2024 · 0 comments
Open
1 task done
Assignees
Labels
enhancement New feature or request Medical History Medical History Task

Comments

@apgupta3303
Copy link
Contributor

apgupta3303 commented Jan 24, 2024

Use Case

  • 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
@apgupta3303 apgupta3303 added the enhancement New feature or request label Jan 24, 2024
@philippzagar philippzagar added the Medical History Medical History Task label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Medical History Medical History Task
Projects
None yet
Development

No branches or pull requests

2 participants