elasticsearch-py
elasticsearch-py copied to clipboard
Switch from Elasticsearch YAML tests to client tests
This is mostly adapted from the Elasticsearch Serverless tests that already do this.
@miguelgrinberg This also bumps the tested version of Elasticsearch to 8.16. How do you want to handle the vector store tests? Do we keep the conditionals just in case we want to run those tests with 8.13 in the future?
A documentation preview will be available soon.
Request a new doc build by commenting
- Rebuild this PR:
run docs-build - Rebuild this PR and all Elastic docs:
run docs-build rebuild
run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.
@pquentin yes, I would keep the version checks for a while, in case we want to run the test suite locally.