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
However, you must fork this project and add the properties to the previous data model. Once done, all you need to do is to store the information extracted in these properties.
For example
class EntityProperties(BaseModel):
embeddings: SkipValidation[np.array]=None
prop1:SkipValidation[type of prop1]=None
...
class Config:
arbitrary_types_allowed = True
Does the project support it?Thanks
The text was updated successfully, but these errors were encountered: