Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elasticsearch-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: minglu7/elasticsearch-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 0 files changed
  • 4 contributors

Commits on Jul 1, 2024

  1. feat: extend default settings in AsyncVectorStore

    This commit introduces a new parameter, custom_settings, to the AsyncVectorStore class. This allows users to provide their own settings that will extend the default settings. This increases the flexibility of the class and allows it to be tailored to specific use cases. The custom settings are applied in the _create_index_if_not_exists method.
    minglu7 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    64be4e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update vectorstore.py

    minglu7 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0022b51 View commit details
    Browse the repository at this point in the history
  2. Update vectorstore.py

    apply changes in vectorstore
    minglu7 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bc1ff42 View commit details
    Browse the repository at this point in the history
  3. Update vectorstore.py

    format the py file
    minglu7 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e89b326 View commit details
    Browse the repository at this point in the history
  4. Update test_vectorstore.py

    add test_custom_index_settings in test_vectorstore
    minglu7 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ee02920 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45ec90d View commit details
    Browse the repository at this point in the history
  6. Update test_vectorstore.py

    minglu7 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3c05bb8 View commit details
    Browse the repository at this point in the history
  7. Update vectorstore.py

    fix file format
    minglu7 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    73d8f35 View commit details
    Browse the repository at this point in the history
  8. Update test_vectorstore.py

    fix format
    minglu7 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dfe8f1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e19f63 View commit details
    Browse the repository at this point in the history
  10. Update vectorstore.py

    add error tips in vectorstore when confilicting the settings
    minglu7 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    90b11ec View commit details
    Browse the repository at this point in the history
  11. Update vectorstore.py

    minglu7 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7bfe208 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Update vectorstore.py

    modify the comments of the param custom_index_settings
    minglu7 authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d8da2cd View commit details
    Browse the repository at this point in the history
  2. Update vectorstore.py

    minglu7 authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    85721c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

    miguelgrinberg committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c7639c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jan 8, 2025

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

Commits on Feb 14, 2025

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