MCPcopy
hub / github.com/langchain-ai/langchain / ingest.py

File ingest.py

templates/csv-agent/ingest.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from langchain.indexes import VectorstoreIndexCreator
2from langchain_community.document_loaders import CSVLoader
3from langchain_community.vectorstores import FAISS
4

Callers

nothing calls this directly

Calls 5

CSVLoaderClass · 0.90
loadMethod · 0.45
from_documentsMethod · 0.45
save_localMethod · 0.45

Tested by

no test coverage detected