We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ed558 commit aa87ae9Copy full SHA for aa87ae9
vectordb_bench/backend/clients/elastic_cloud/config.py
@@ -23,7 +23,7 @@ class ESElementType(str, Enum):
23
24
class ElasticCloudIndexConfig(BaseModel, DBCaseConfig):
25
element_type: ESElementType = ESElementType.float
26
- index: IndexType = IndexType.ES_HNSW_INT8
+ index: IndexType = IndexType.ES_HNSW
27
number_of_shards: int = 1
28
number_of_replicas: int = 0
29
refresh_interval: str = "30s"
0 commit comments