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

Autogenerated files out of sync #71

Closed MarcSkovMadsen closed 10 months ago

MarcSkovMadsen commented 10 months ago

If I look in the current main branch, I see that the autogenerated .md files are out of sync with the code. For example they refer to pn.widgets.Chat....

I can also see that the deployed documentation will not be affected because the are generated by hatch run docs-build.

But as a contributor I am affected as my PRs can quickly look complicated because I might have rebuilt the docs.

I propose we remove the autogenerated files from the repository and then add them to .gitignore.