tryAGI / LangChain

C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
https://tryagi.github.io/LangChain/
MIT License
587 stars 87 forks source link

JSON Loader #433

Open srivastavafts opened 3 months ago

srivastavafts commented 3 months ago

What would you like to be added:

Support for Langchain JSONloader:

Why is this needed:

Financial data frequently comes in JSON format

Anything else we need to know?

In a RAG request, reading the JSON as a text file does not return the key-value pairs

aalberti333 commented 1 month ago

Mind if I pick this up? Happy to take a stab at it if it's still available 🙂