-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for docx, json, csv etc. #246
base: main
Are you sure you want to change the base?
Add support for docx, json, csv etc. #246
Conversation
to do the html ingest I just need to paste the entire html in the docs folder and run ingest? |
Correct! Once its approved and merged. |
Hi, I had an issue when ingesting a csv file. The error says "Column text not found in CSV file". Artifact Type, Primary Text, Name, Description, Owner Is there any reason why? Thank you. |
SOLVED!!! The error gone away when changing this code in ingest-data.ts From |
Appreciate that. I am trying to get the doc loaders working with Chroma and this was my last problem.
|
Hi, I encountered a stack overflow issue when ingesting a large docx file. It worked with PDF loader. Do you have any idea about the reason? Thank you! |
I replaced the 3 changed files and got this error when running ingest: `> gpt4-langchain-pdf-chatbot@0.1.0 ingest
node:internal/errors:484 Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './document_loaders/fs/html' is not defined by "exports" in /home/runner/gpt4-pdf-chatbot-langchain/node_modules/langchain/package.json imported from /home/runner/gpt4-pdf-chatbot-langchain/scripts/ingest-data.ts Node.js v18.12.1` |
Removing this line helped to resolve the issue:
|
Added support for multiple document types; json, html, txt, docx and csv.