fix: lint

pull/20701/head
crazywoola 12 months ago
parent a3760beedb
commit 1bcc84386e

@ -256,7 +256,7 @@ class OpenSearchVector(BaseVector):
"type": "object", "type": "object",
"properties": { "properties": {
"doc_id": {"type": "keyword"}, # Map doc_id to keyword type "doc_id": {"type": "keyword"}, # Map doc_id to keyword type
"document_id": {"type": "keyword"} "document_id": {"type": "keyword"},
}, },
}, },
} }

Loading…
Cancel
Save