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

File ingest.py

templates/rag-fusion/ingest.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from langchain_community.embeddings import OpenAIEmbeddings
2from langchain_pinecone import PineconeVectorStore
3
4all_documents = {

Callers

nothing calls this directly

Calls 3

OpenAIEmbeddingsClass · 0.90
listFunction · 0.85
from_textsMethod · 0.45

Tested by

no test coverage detected