langchain/docs/docs
guillaumedelande ea0afd07ca
Update azuresearch.py following recent change from azure-search-documents library (#13472)
- **Description:** 

Reference library azure-search-documents has been adapted in version
11.4.0:

1. Notebook explaining Azure AI Search updated with most recent info
2. HnswVectorSearchAlgorithmConfiguration --> HnswAlgorithmConfiguration
3. PrioritizedFields(prioritized_content_fields) -->
SemanticPrioritizedFields(content_fields)
4. SemanticSettings --> SemanticSearch
5. VectorSearch(algorithm_configurations) -->
VectorSearch(configurations)

--> Changes now reflected on Langchain: default vector search config
from langchain is now compatible with officially released library from
Azure.

  - **Issue:**
Issue creating a new index (due to wrong class used for default vector
search configuration) if using latest version of azure-search-documents
with current langchain version
  - **Dependencies:** azure-search-documents>=11.4.0,
  - **Tag maintainer:** ,

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2023-12-04 20:29:20 -08:00
..
_templates Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
additional_resources new course on DeepLearning.ai (#12755) 2023-11-10 13:55:27 -08:00
expression_language docs[patch]: fix columns (#14251) 2023-12-04 16:03:09 -08:00
get_started docs[patch]: Fix minor typos (casing) in quickstart (#14138) 2023-12-01 13:29:53 -08:00
guides nbdoc -> quarto (#14156) 2023-12-04 12:50:56 -08:00
integrations Update azuresearch.py following recent change from azure-search-documents library (#13472) 2023-12-04 20:29:20 -08:00
langsmith DOCS: format notebooks (#13371) 2023-11-14 14:17:44 -08:00
modules Harrison/searchapi (#14252) 2023-12-04 16:34:15 -08:00
use_cases nbdoc -> quarto (#14156) 2023-12-04 12:50:56 -08:00
.gitignore Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
community.md Minor fix (#11748) 2023-10-12 22:36:31 -07:00
security.md Update security.md (#11942) 2023-10-23 15:35:33 -04:00