mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
cef4710695 | ||
|
44ead02b05 | ||
|
cb7c4fb122 |
2
.github/workflows/docs-build.yml
vendored
2
.github/workflows/docs-build.yml
vendored
@ -16,4 +16,4 @@ jobs:
|
||||
deployments: write
|
||||
id-token: write
|
||||
contents: read
|
||||
pull-requests: read
|
||||
pull-requests: write
|
||||
|
@ -53,7 +53,8 @@ $ conda install -c conda-forge eland
|
||||
|
||||
### Compatibility
|
||||
|
||||
- Supports Python 3.9, 3.10, 3.11, 3.12 and Pandas 1.5
|
||||
- Supports Python 3.9, 3.10, 3.11 and 3.12.
|
||||
- Supports Pandas 1.5 and 2.
|
||||
- Supports Elasticsearch 8+ clusters, recommended 8.16 or later for all features to work.
|
||||
If you are using the NLP with PyTorch feature make sure your Eland minor version matches the minor
|
||||
version of your Elasticsearch cluster. For all other features it is sufficient for the major versions
|
||||
|
@ -50,10 +50,7 @@ class Index:
|
||||
# index_field.setter
|
||||
self._is_source_field = False
|
||||
|
||||
# The type:ignore is due to mypy not being smart enough
|
||||
# to recognize the property.setter has a different type
|
||||
# than the property.getter.
|
||||
self.es_index_field = es_index_field # type: ignore
|
||||
self.es_index_field = es_index_field
|
||||
|
||||
@property
|
||||
def sort_field(self) -> str:
|
||||
|
Loading…
x
Reference in New Issue
Block a user