Skip to content
Snippets Groups Projects

feat: AUTO-3805 CollectionProps type

Merged Anton Teplyakov requested to merge feature/AUTO-3805 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -48,7 +48,7 @@ def init_collections(
collection_schema = file.read()
kwargs = {
**(collections_settings_mapping.get(collection_id).to_dict()),
**collections_settings_mapping.get(collection_id).to_dict(),
"id": collection_id,
"name": collection_name,
"schema": collection_schema,
Loading