Skip to content

Commit

Permalink
Merge branch 'main' into fix/poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
deven298 authored Nov 16, 2023
2 parents f6e4884 + c93e49d commit 6d6c7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedchain/loaders/substack.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ def load_link(link: str):
if data:
output.append({"content": data, "meta_data": {"url": link}})
# TODO: allow users to configure this
time.sleep(0.4) # added to avoid rate limiting
time.sleep(1.0) # added to avoid rate limiting

return {"doc_id": doc_id, "data": output}

0 comments on commit 6d6c7b5

Please sign in to comment.