holoviz-topics / panel-chat-examples

Examples of Chat Bots using Panels chat features: Traditional, LLMs, AI Agents, LangChain, OpenAI etc
https://holoviz-topics.github.io/panel-chat-examples/
MIT License
104 stars 28 forks source link

Roadmap in the near future #131

Closed ahuang11 closed 1 month ago

ahuang11 commented 4 months ago

TODO after Panel 1.4.0:

  1. Replace Ctransformers with LlamaCpp
  2. Replace send() with help
  3. Add instructor streaming example
  4. Fix tests
  5. Add multi modal example
MarcSkovMadsen commented 4 months ago

What would be really nice to know is what would be helpful to existing and potential users. How can we figure that out?

ahuang11 commented 4 months ago

I was thinking maybe more complex examples that is more applicable; the Chat with GitHub was a good one.

Then, perhaps merge redundant examples, and keep it only for basics directory, e.g. no need to keep async chat and chat for OpenAI. Once that's done, make a big alert saying to first check BASICS for common features.