You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we manually implement validation in core/quivr_core/rag/entities/config.py because of the mixing of Pydantic V1 and V2 in our codebase, which breaks the use of the V2 validator decorators.
Once Pydantic V1 is removed, we should refactor the configuration classes to use the V2 validator decorators
The text was updated successfully, but these errors were encountered:
Currently, we manually implement validation in core/quivr_core/rag/entities/config.py because of the mixing of Pydantic V1 and V2 in our codebase, which breaks the use of the V2 validator decorators.
Once Pydantic V1 is removed, we should refactor the configuration classes to use the V2 validator decorators
The text was updated successfully, but these errors were encountered: