[Improvement] fix discourse loader to avoid rate limit (#953)

Co-authored-by: Deven Patel <deven298@yahoo.com>
This commit is contained in:
Deven Patel
2023-11-15 15:33:16 -08:00
committed by GitHub
parent 5201beaab0
commit c14bd7b73b
5 changed files with 25 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
import time
import hashlib
import logging
import time
import requests
from embedchain.helper.json_serializable import register_deserializable