Skip to content

Commit

Permalink
Fix language
Browse files Browse the repository at this point in the history
  • Loading branch information
g-despot committed Jan 21, 2025
1 parent f3171d4 commit a80e4ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ def url_to_base64(url):
collection = client.collections.get("DemoCollection")

with collection.batch.dynamic() as batch:
# source_objects is a list of objects being imported which contain the fields "title" and "description"
# source_objects is a list of objects being imported that contain the fields "title" and "description"
for src_obj in source_objects:
weaviate_obj = {
"title": src_obj["title"],
Expand Down

0 comments on commit a80e4ea

Please sign in to comment.