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

feat: Add Elasticsearch VectorStore Component with Ingest and Advanced Search Capabilities #3899

Merged

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    2e3af65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84017d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d34752c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    dd05263 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    21611db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864a189 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9836c16 View commit details
    Browse the repository at this point in the history
  4. Refactor ElasticsearchVectorStoreComponent for improved readability a…

    …nd error handling
    
    - Consolidated import statements and removed unused imports.
    - Reformatted long strings for better readability.
    - Enhanced error messages with variable assignment for clarity.
    - Removed redundant else clause in search_documents method.
    ogabrielluiz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    99075d3 View commit details
    Browse the repository at this point in the history