Josh Hayes
Josh Hayes
Thanks for making this post @andrePankraz I also share your same concerns. @constantinidan I think what you're doing with Literal is great and fine, the core issue is that not...
This is how I do it with OpenAI Assistant API ```python @cl.on_message async def message(message_from_ui: cl.Message): assistant: Assistant = cl.user_session.get("assistant") thread: Thread = cl.user_session.get("thread") # Only run on first interaction......
DB is just what I rename the SQLAlchemyDataLayer instance for brevity.
Fixed in #1346 a couple weeks ago but they haven't made a new release to include it
@Allaoua9 if you're adding a property to the step class you'll need to add it to all of the data layers.
Awesome thank you! Looking forward to it!
I would suggest maintaining the existing functionality and if needed add this ability for your use case. Some of us use Chainlit in an internal corporate environment with very limited...
@deshraj @Dev-Khant This is still changing the collection i define in the VectorStoreConfig to mem0migrations. Can this please be looked into?
Ideally we'd be able to have markdown + starters. My guess is that is complicated so the markdown was simply removed.
We are on our own. Read this: https://github.com/Chainlit/chainlit/pull/1346#issuecomment-2358864007 This project does not have a feedback loop between the core devs and the community. If we want features we have to...