Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langchain-ai/langchain
/ ingest.py
File
ingest.py
templates/rag-elasticsearch/ingest.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os
2
3
from
langchain_community.document_loaders
import
JSONLoader
4
from
langchain_community.embeddings
import
HuggingFaceEmbeddings
Callers
nothing calls this directly
Calls
6
JSONLoader
Class · 0.90
RecursiveCharacterTextSplitter
Class · 0.90
HuggingFaceEmbeddings
Class · 0.90
split_documents
Method · 0.45
load
Method · 0.45
from_documents
Method · 0.45
Tested by
no test coverage detected