Josh Hayes
Josh Hayes
@b3j0f please add a description and reason why this change is needed, and why just sqlite.
@asvishnyakov I'm ok with reopening this for that, but doing all of thise things aren't related to the PR. The PR is to better handle configuration overrides which I switched...
Doesn't setting latex=false in the config.toml already do this?
@niklasdiehm I want to switch use to use FastAPI's sqlmodel -> https://github.com/fastapi/sqlmodel This requires us to switch the backend types (steps, elements, threads, etc.) to Pydantic BaseModels 1st, and we'll...
I'm thinking of something like this: ```py from sqlmodel import SQLModel, Field from pydantic import ConfigDict from pydantic.alias_generators import to_camel from typing import Optional class Thread(SQLModel, table=True): id: Optional[int] =...
@niklasdiehm @asvishnyakov i started a very rough draft of the design I'm thinking of. This will **not** work as-is, but it's a start. I hope we can all collaborate on...
Just type a slash `/` in the message input and the auto complete popup is displayed
Strong disagree toolcase looks like Christmas presents to me. I like settings2. Open to more thoughts from others.
See #2434 we plan to switch to an ORM to support most SQL dialects in the future. We welcome all contributions towards this goal as we are now community managed.
https://github.com/Chainlit/chainlit/pull/2632