mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-12 12:25:32 +08:00
feat(visualizer): add image selection and binary data storage
This commit is contained in:
@@ -9,6 +9,7 @@ db_schema = pa.schema(
|
||||
pa.field("id", pa.int32()),
|
||||
pa.field("label", pa.string()),
|
||||
pa.field("vector", pa.list_(pa.float32(), 1024)),
|
||||
pa.field("binary", pa.binary()),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user