ivanfioravanti / chatbot-ollama

Chatbot Ollama is an open source chat UI for Ollama.
Other
1.28k stars 212 forks source link

New Feature Request: Support multiple file types for importing data #23

Open herropaul opened 7 months ago

herropaul commented 7 months ago

Currently:

I noticed for importing data, it accepts only json files at the moment, as seen in Import.tsx.

My Thoughts For Scaling:

For scaling this feature, we could go further and support multiple type of files to import, such as:

We can update this list as needed, but these were what I had in mind atm

ghzgod commented 7 months ago

I agree immediate thoughts were drag and drop support for

Audio - Analysis with Whisper PDF/Document - Analysis with Lang Chain Images - Using a clip model for interpretation etc.

https://llava-vl.github.io/ has some pretty cool stuff going on regarding this realm

ivanfioravanti commented 6 months ago

Let's wait 2 weeks and see if ChatBot UI 2.0 will have all of this + super Ollama support. If yes we'll help in that repo, otherwise we'll develop here 💪

klimchuk commented 4 months ago

I'd like to use chatbot to generate Java code based on example but don't see any way to add content of external file like I do in terminal: ollama run codellama:7b-instruct --verbose "Generate a unit test using JUnit 5 with mocking for Java class: $(cat test.java)"