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

Add code spaces #76

Closed MarcSkovMadsen closed 10 months ago

MarcSkovMadsen commented 10 months ago

This will make it easy to play around with the code and the live apps. Just as the Streamlit LangChain repository enables.

image

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (13f7e6e) 98.41% compared to head (ae01bf4) 98.41%. Report is 14 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #76 +/- ## ======================================= Coverage 98.41% 98.41% ======================================= Files 2 2 Lines 63 63 ======================================= Hits 62 62 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MarcSkovMadsen commented 10 months ago

This is ready for review. The pip install --user -e . won't work currently as nodejs is required to install panel from github. This is not a requirements once 1.3.0 is released.