mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-09 22:33:29 +00:00
refac
This commit is contained in:
parent
c3e1d2d894
commit
61366cbcda
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ class S3VectorClient(VectorDBBase):
|
|||
dataType=data_type,
|
||||
dimension=dimension,
|
||||
distanceMetric=distance_metric,
|
||||
metadataConfiguration={
|
||||
"nonFilterableMetadataKeys": [
|
||||
"text",
|
||||
]
|
||||
},
|
||||
)
|
||||
log.info(
|
||||
f"Created S3 index: {index_name} (dim={dimension}, type={data_type}, metric={distance_metric})"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue