brainlid / langchain

Elixir implementation of a LangChain style framework.
https://hexdocs.pm/langchain/
Other
510 stars 58 forks source link

improved the data extraction prompt #17

Closed brainlid closed 9 months ago

brainlid commented 9 months ago

Didn't consistently handle 'null' values. For missing values, it might provide a 0 or "" value instead of null which becomes nil in Elixir.