We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e1d2d commit 61366cbCopy full SHA for 61366cb
1 file changed
backend/open_webui/retrieval/vector/dbs/s3vector.py
@@ -61,6 +61,11 @@ def _create_index(
61
dataType=data_type,
62
dimension=dimension,
63
distanceMetric=distance_metric,
64
+ metadataConfiguration={
65
+ "nonFilterableMetadataKeys": [
66
+ "text",
67
+ ]
68
+ },
69
)
70
log.info(
71
f"Created S3 index: {index_name} (dim={dimension}, type={data_type}, metric={distance_metric})"
0 commit comments