MCPcopy Create free account
hub / github.com/Spinachead/arg / JSONLinesLoader

Class JSONLinesLoader

app/knowledge_base/kb_utils.py:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176class JSONLinesLoader(JSONLoader):
177 def __init__(self, *args, **kwargs):
178 super().__init__(*args, **kwargs)
179 self._json_lines = True
180
181
182langchain_community.document_loaders.JSONLinesLoader = JSONLinesLoader

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected