08. Regressive JSON split (RecursiveJsonSplitter)
RecursiveJsonSplitter
%pip install -qU langchain-text-splittersimport requests
# JSON Load the data.
json_data = requests.get("https://api.smith.langchain.com/openapi.json").json()Last updated