dotimplement / HealthChain

Simplify prototyping and testing LLM applications in healthcare context 💫 🏥
https://dotimplement.github.io/HealthChain/
Apache License 2.0
10 stars 1 forks source link

Switch free text loader from json to csv #37

Closed adamkells closed 2 months ago

adamkells commented 2 months ago

The existing free text loader is a bit complicated. It requires a json and the very specific format isn't documented anywhere. It'll be a lot simpler if we just have a csv with a particular column that contains the free text we care about.

Addresses #34