Browse Source
timeout parameter error (#2052)
Co-authored-by: jyong <jyong@dify.ai>
tags/0.4.8
Jyong
1 year ago
No account linked to committer's email address
|
|
|
|
|
|
|
|
wal_config=wal_config, |
|
|
wal_config=wal_config, |
|
|
quantization_config=quantization_config, |
|
|
quantization_config=quantization_config, |
|
|
init_from=init_from, |
|
|
init_from=init_from, |
|
|
timeout=timeout, # type: ignore[arg-type] |
|
|
|
|
|
|
|
|
timeout=int(timeout), # type: ignore[arg-type] |
|
|
) |
|
|
) |
|
|
is_new_collection = True |
|
|
is_new_collection = True |
|
|
if force_recreate: |
|
|
if force_recreate: |