jskinner215 commited on
Commit
dbfca31
·
1 Parent(s): d0443ee

Update weaviate_utils.py

Browse files
Files changed (1) hide show
  1. weaviate_utils.py +1 -1
weaviate_utils.py CHANGED
@@ -46,4 +46,4 @@ def ingest_data_to_weaviate(client, dataframe, class_name, class_description):
46
  }
47
  try:
48
  client.schema.property.create(class_name, property_schema)
49
- except weaviate.exceptions.SchemaValidation
 
46
  }
47
  try:
48
  client.schema.property.create(class_name, property_schema)
49
+ except weaviate.exceptions.SchemaValidation: