将这些文档连接到 Claude、VSCode 等工具,通过 MCP 获取实时答案。
Jsonlines files - 集成
使用 LangChain JavaScript 集成 Jsonlines files - document loader。
This example goes over how to load data from JSONLines or JSONL files. The second argument is a JSONPointer to the property to extract from each JSON object in the file. One document will be created for each JSON object in the file.
Example JSONLines file:
Example code:

