You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@13hgj14, what is the exact error you get? There are cases where your sqlite3 system library in such a way that limits the number of inserts that Chroma can do.
What happened?
start_time = time.time()
client = chromadb.PersistentClient(path="./chroma")
# client = chromadb.Client()
end_time = time.time()
print(end_time - start_time)
Versions
Chroma 0.6.1, Windows
Relevant log output
The text was updated successfully, but these errors were encountered: