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
105 stars 31 forks source link

Separate default and dev dependencies #48

Closed MarcSkovMadsen closed 10 months ago

MarcSkovMadsen commented 10 months ago

Currently there are lots of dev dependencies in the default dependencies. The consequence is that it takes a very long time for hatch to initialize the default environment. For users just want to play around with the examples this is not a great experience.

The solution would be to create a dedicated dev environment with dev dependencies.

image

ahuang11 commented 10 months ago

No longer use hatch for users; replaced with pip install .