Abdalla Mourad

Results 2 comments of Abdalla Mourad

Thank you @FluffyKebab for your response! I was wondering if this feature would benefit the project in the time being! I could probably pick it up?

I am using langchain the latest version `0.0.225` I am getting an error when trying to pass the `text_content` parameter ``` py loader = JSONLoader( file_path='file_path', jq_schema='.', text_content=False) ``` the...