Skip to content

Commit ef27d96

Browse files
documentation
1 parent 6d48213 commit ef27d96

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
elasticsearch/snapshots/
22

3-
# local testing
4-
DEV.ipynb
5-
63
# Byte-compiled / optimized / DLL files
74
__pycache__/
85
*.py[cod]

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ file named `.env` in the same directory you run docker-compose from:
5050
ELASTICSEARCH_VERSION=7.17.1
5151
OPENSEARCH_VERSION=2.11.0
5252
```
53-
The most recent 7.x versions should also work. See the [opensearch-py docs](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) for compatibility information.
53+
The most recent Elasticsearch 7.x versions should also work. See the [opensearch-py docs](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) for compatibility information.
5454

5555
To create a new Collection:
5656

@@ -92,7 +92,6 @@ Test against Elasticsearch only
9292
make test-elasticsearch
9393
```
9494

95-
9695
## Ingest sample data
9796

9897
```shell

0 commit comments

Comments
 (0)