def __init__()

in datastore/providers/elasticsearch_datastore.py [0:0]


    def __init__(
        self,
        index_name: Optional[str] = None,
        vector_size: int = VECTOR_SIZE,
        similarity: str = "cosine",
        replicas: int = ELASTICSEARCH_REPLICAS,
        shards: int = ELASTICSEARCH_SHARDS,
        recreate_index: bool = True,