ruff format
This commit is contained in:
parent
6db69e635e
commit
e68a89f737
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