Talk to your PDF with @langchain using just 10 lines of code.
Here's the breakdown:
1. Load the PDF file.
2. Split the document into smaller chunks.
3. Embed each chunk using OpenAI's ada model.
4. Store the embeddings in an in-memory Faiss Vector DB.
5. Ask questions about


