Skip to content

Commit

Permalink
Add minor comment to Py snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
g-despot committed Jan 21, 2025
1 parent a89305f commit f3171d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +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"
for src_obj in source_objects:
weaviate_obj = {
"title": src_obj["title"],
Expand Down

0 comments on commit f3171d4

Please sign in to comment.