Skip to content
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 loading files like CSV, PDF, DOC(X), etc. to use with ComfyUI RAG #158

Open
l-Aeden-l opened this issue Nov 7, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@l-Aeden-l
Copy link

Hi!

I'd appreciate to be able to work with some files like the one I mentioned in the title.
I asked ChatGPT to give me an example some file types to give you an idea:

Text Documents and Office Formats: .txt, .doc, .docx, .pdf, .rtf ; Tabular Data and Spreadsheets: .csv, .tsv, .xls, .xlsx, .ods ; Structured Data and Configuration: .xml, .json, .yaml, .yml, .ini, .cfg, .conf ; Scripts and Source Code: .html, .css, .js, .py, .java, .c, .cpp, .rb, .sql, .bat, .sh, .ps1 ; Serialization and Models: .jsonl, .pickle, .pkl, .h5.

The most important is to retain only the more relevant ones. The first one, to me, is CSV and the second one, probably JSON.

Last thing: I'd appreciate that you realize a tutorial / give an explanation of what is exactly RAG, Embeddings and Store Vector for people who are not familiar with. Like a video tutorial, a written article and a ComfyUI workflow example.

Thanks.

@l-Aeden-l l-Aeden-l changed the title Add support for loading files like CSV, PDF, DOC(X), etc. to use with RAG Add support for loading files like CSV, PDF, DOC(X), etc. to use with ComfyUI RAG Nov 7, 2024
@shhlife shhlife added the enhancement New feature or request label Nov 9, 2024
@shhlife
Copy link
Collaborator

shhlife commented Nov 26, 2024

I've just pushed a new release that should handle loading of a bunch of different text files - will be showing some examples in the examples section of the repo shortly!

@l-Aeden-l
Copy link
Author

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants