ruff format
This commit is contained in:
parent
ed83f76f25
commit
a3d2e7bd2a
1 changed files with 1 additions and 3 deletions
|
|
@ -136,9 +136,7 @@ class LanceDBAdapter(VectorDBInterface):
|
|||
"""
|
||||
|
||||
id: UUID
|
||||
vector: Vector[
|
||||
vector_size
|
||||
]
|
||||
vector: Vector[vector_size]
|
||||
payload: Dict[str, Any]
|
||||
|
||||
if not await self.has_collection(collection_name):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue