Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the public access modifier to ElasticsearchVectorStoreAutoConfiguration #1463

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dafriz
Copy link
Contributor

@dafriz dafriz commented Oct 5, 2024

Add the public access modifier to ElasticsearchVectorStoreAutoConfiguration class, so that it can be excluded and a custom configuration can be defined.

This makes it consistent with all the other vector store auto configurations classes.

Fixes #1462

…ration class, so it can be excluded and a custom configuration can be defined. This makes it consistent with all the other vector store auto configurations classes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The ElasticsearchVectorStoreAutoConfiguration is not public as all the others
1 participant