* Added support for shiny-python support * Made the chainlit demo a bit more simpler when it loads
0.8.4
* Fixed pythonpath propagation so libs installed will be part of pythonpath for the forked env and process that gets spawned. This way it has access to venv python site packages that databricks creates * Improved the chainlit demo with RAG from book of frankenstein.
0.8.3
* Fixed subprocess kill which causes jupyter kernel to be killed due to the thread being a child of the ipykernel process. This kills the whole jupyer notebook. This is now resolved.
0.8.2
* Added inject auth with url scheme, causes issues with databricks-genai-inference library
0.8.1
* Fixed unpack bug with chainlit
0.8.0
* ASGI Proxy support for chainlit and rewrites of content to support chainlit + socket.io