Format code with ruff
This commit is contained in:
parent
71a185112b
commit
598de90d93
1 changed files with 10 additions and 8 deletions
|
|
@ -323,7 +323,9 @@ class QdrantVectorDBStorage(BaseVectorStorage):
|
|||
# Get legacy namespace for data migration from old version
|
||||
if effective_workspace:
|
||||
if collection_suffix:
|
||||
self.legacy_namespace = f"{effective_workspace}_{self.namespace}_{collection_suffix}"
|
||||
self.legacy_namespace = (
|
||||
f"{effective_workspace}_{self.namespace}_{collection_suffix}"
|
||||
)
|
||||
else:
|
||||
self.legacy_namespace = f"{effective_workspace}_{self.namespace}"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue