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

Update azuresearch.py following recent change from azure-search-documents library #13472

Merged
merged 5 commits into from
Dec 5, 2023

Commits on Nov 16, 2023

  1. Update azuresearch.ipynb

    Updated with recent info: 
    - Azure Cognitive Search --> Azure AI Search
    - library azure-search-documents is now released (no public preview anymore)
    guillaumedelande committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    916df87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de96f00 View commit details
    Browse the repository at this point in the history
  3. reflected changes in azure-search-documents library to langchain

    Source library azure-search-documents (version >= 11.4.0) replaced HnswVectorSearchAlgorithmConfiguration- class by
    HnswAlgorithmConfiguration class
    see: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/azure/search/documents/indexes/_generated/models/_models_py3.py  
    Creating an index using default config of Langchain would not work with the latest version of azure-search-documents
    guillaumedelande committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    604d6bc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

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

Commits on Dec 4, 2023

  1. lint

    efriis committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    be9920b View commit details
    Browse the repository at this point in the history