Alexander Yudaev
Alexander Yudaev
As I know AUTOMOC doesn't generate targetname_automoc target. Now AUTOMOC creates targetname_automoc.cpp file and adds it to solution. Without _automoc target impossible use add_dependencies(${_unityTargetName} ${_target}_automoc) If set target property AUTOGEN_TARGET_DEPENDS...
Hi! The Zero-Shot Query Parser is currently in active testing phase. In the upcoming release, we'll make it available to everyone. Stay tuned!
Hi! In the upcoming release, we'll be adding endpoints to display training metrics. Stay tuned for the update!
Hello! Yes, we're working on improving performance and implementing asynchronous requests. This will be done in the upcoming releases. Soon!
Hey! In the upcoming release, we'll be abstracting the functionality of clickstorage. In other words, we'll introduce an interface for interacting with storage, along with adapters for different storage solutions....
Hi! I had the same issue as @prurph, and I solved it by changing the inheritance order. ```python class Timestamps: created_at: datetime = Field(sa_type=DateTime(), nullable=False) updated_at: datetime = Field(sa_type=DateTime(), nullable=False)...