- Create
/docxs
directory then place all .docx files inside - Run app and all
/docxs
files 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
/pdfs
directory then place all .docx files inside - Run app and all
.pdf
files 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
/csvs
directory then place all .docx files inside - Run app and all
.csv
files 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