Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 210 Bytes

File metadata and controls

8 lines (6 loc) · 210 Bytes

LangChain Document Processor

A lightweight tool for:

  • Loading PDF files with LangChain
  • Chunking and embedding with OpenAI embeddings
  • Storing vectors in FAISS
  • Retrieving context via similarity search