llm-tools / embedJs

A NodeJS RAG framework to easily work with LLMs and embeddings
https://llm-tools.mintlify.app/get-started/introduction
Apache License 2.0
334 stars 40 forks source link

Adding Excel as a loader #16

Closed converseKarl closed 6 months ago

converseKarl commented 7 months ago

I want to be able to add excel as a load, or upload it and answer questions from a reasonable structureds spreadsheet with product info, description column and pricing.

Is that possible? can this common pattern be added?

Great libary, and do you have a paypal or funding link for a coffee fund! Happy to buy a round of coffee's

adhityan commented 7 months ago

The library does not support excel currently. I want to add it but I am not sure what is the right strategy to embed excel files. I will research this and send in a PR.

adhityan commented 7 months ago

No paypal or funding link! In my day job, my teams work a lot on ML and GenAI. I created this to just give back to the community.

But I appreciate the sentiment :)

adhityan commented 6 months ago

Added experimental support for excel loader in version 0.0.73. Will test this out more and then close the issue soon.

adhityan commented 6 months ago

Tested