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 Elasticsearch as a Vector Database Option, Issue 2309 #2520

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Siyubu
Copy link

@Siyubu Siyubu commented Oct 22, 2024

Pull Request Type

  • ✨ feat
  • πŸ› fix
  • ♻️ refactor
  • πŸ’„ style
  • πŸ”¨ chore
  • πŸ“ docs

Relevant Issues

resolves #2309

What is in this change?

  • Added Elasticsearch as a vector database option in the configuration settings.
  • Created an elasticsearch in vectorDbProvider to handle the interaction between anythingLLM and Elasticsearch,
  • Modified the documentation to include Elasticsearch setup, configuration, and usage details.

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

@Siyubu Siyubu closed this Oct 22, 2024
@Siyubu
Copy link
Author

Siyubu commented Oct 22, 2024

Added Elasticsearch as a Vector Database Option

@Siyubu Siyubu reopened this Oct 22, 2024
@timothycarambat
Copy link
Member

Ill need to do some UI work since its missing the UI elements to do support the connection of this via the UI. With this current PR if you visited the Privacy page or Vector DB config page it would crash the frontend - will address πŸ‘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Elasticsearch support as vector database
3 participants