Skip to content

Commit

Permalink
feat: Updated 1 files
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed May 13, 2024
1 parent ad971da commit 01405c0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/vdf_io/import_vdf/qdrant_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,7 @@ def get_nested_config(config, keys, default=None):
{},
).get("size")
)
on_disk = get_nested_config(
namespace_meta,
["index_config", "params", "vectors", "on_disk"],
None,
)

configs = [
"hnsw_config",
"optimizers_config",
Expand Down Expand Up @@ -233,7 +229,6 @@ def get_nested_config(config, keys, default=None):
vector_column_name: VectorParams(
size=dims,
distance=distance,
on_disk=on_disk,
)
for vector_column_name in vector_column_names
}
Expand Down

0 comments on commit 01405c0

Please sign in to comment.