Skip to content

Commit de8463e

Browse files
committed
fix: lint
1 parent b89c9a6 commit de8463e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/core/rag/datasource/vdb/elasticsearch/elasticsearch_vector.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,9 @@ def create_collection(
197197
"type": "object",
198198
"properties": {
199199
"doc_id": {"type": "keyword"}, # Map doc_id to keyword type
200-
"document_id": {"type": "keyword"} # Map doc_id to keyword type
200+
"document_id": {"type": "keyword"}, # Map doc_id to keyword type
201201
},
202202
},
203-
204203
}
205204
}
206205
self._client.indices.create(index=self._collection_name, mappings=mappings)

0 commit comments

Comments
 (0)