Ruslan Tazhigaliyev
Results
1
comments of
Ruslan Tazhigaliyev
trafficstars
for those who need vector dt in sqlalchemy, this temp workaround (there's nothing more permanent than temporary) might help: ``` from sqlalchemy.types import UserDefinedType class SFVector(UserDefinedType): def __init__(self, data_type, length):...