fix linting
This commit is contained in:
@@ -263,9 +263,7 @@ class QdrantVectorDBStorage(BaseVectorStorage):
|
|||||||
matching_records = results[0]
|
matching_records = results[0]
|
||||||
|
|
||||||
# Format the results to match expected return format
|
# Format the results to match expected return format
|
||||||
formatted_results = [
|
formatted_results = [{**point.payload} for point in matching_records]
|
||||||
{**point.payload} for point in matching_records
|
|
||||||
]
|
|
||||||
|
|
||||||
logger.debug(
|
logger.debug(
|
||||||
f"Found {len(formatted_results)} records with prefix '{prefix}'"
|
f"Found {len(formatted_results)} records with prefix '{prefix}'"
|
||||||
|
Reference in New Issue
Block a user