PB Borel
Results
3
comments of
PB Borel
or maybe he is refering to https://python.langchain.com/en/latest/modules/indexes/document_loaders/examples/json.html you upload content and metadata quite easely
Hey Mike it's possible to do it : ```python from langchain.document_loaders import ( CSVLoader, JSONLoader, ``` and ```python LOADER_MAPPING = { ".csv": (CSVLoader, {}), # Add more mappings for other...
i was able to import a JSON file