Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix typo in property name Fixes the following error: ``` AttributeError: 'OpensearchVectorClient' object has no attribute 'os_version' Python stacktrace: [1] _is_efficient_filtering_enabled @ llama_index.vector_stores.opensearch.base ~/.cache/pypoetry/virtualenvs/rag-company-rules-q2Dy5nHQ-py3.11/lib/python3.11/site-packages/llama_index/vector_stores/opensearch/base.py:637 [2] __init__ @ llama_index.vector_stores.opensearch.base ~/.cache/pypoetry/virtualenvs/rag-company-rules-q2Dy5nHQ-py3.11/lib/python3.11/site-packages/llama_index/vector_stores/opensearch/base.py:126 ``` * Bump version
- Loading branch information