- Create
/docxsdirectory then place all .docx files inside - Run app and all
/docxsfiles within the directory will be loaded into your vector store - Use helper function to delet db
- Use Chat functions to test
- Trace using LangServe
├── pinecone-langchain-docx-dataloader.ipynb
├── docxs
│ ├── client_file_01.docx
│ ├── client_file_02.docx
│ ├── client_file_03.docx
- Create
/pdfsdirectory then place all .docx files inside - Run app and all
.pdffiles within the directory will be loaded into your vector store - Use helper function to delet db
- Use Chat functions to test
- Trace using LangServe
├── pinecone-langchain-pdf-dataloader.ipynb
├── pdfs
│ ├── client_file_01.pdf
│ ├── client_file_02.pdf
│ ├── client_file_03.pdf
- Create
/csvsdirectory then place all .docx files inside - Run app and all
.csvfiles within the directory will be loaded into your vector store - Use helper function to delet db
- Use Chat functions to test
- Trace using LangServe
├── pinecone-langchain-csv-dataloader.ipynb
├── pdfs
│ ├── client_file_01.csv
│ ├── client_file_02.csv
│ ├── client_file_03.csv