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
Hey, there's actually an argument that can be used internally to bypass the 20 seconds delay, but it's not currently exposed because I wanted to avoid people accidentally deleting indices! If this is useful, I'll make it a passable arg in an upcoming release!
Done in 0.0.6a1! You can pass overwrite_index="force_silent_overwrite" to an index() call to immediately (&permanently) delete any existing index at the target path.
Hello,
When I run
where
segments
is a list of strings, ifmy_index
already exists, I get the message:I was wondering if I could eliminate this 20 second delay?
The text was updated successfully, but these errors were encountered: