fix scoring profile example (#10016)

- Description: A change in the documentation example for Azure Cognitive
Vector Search with Scoring Profile so the example works as written
  - Issue: #10015 
  - Dependencies: None
  - Tag maintainer: @baskaryan @ruoccofabrizio
  - Twitter handle: @poshporcupine
This commit is contained in:
Cameron Vetter 2023-08-31 02:35:06 -05:00 committed by GitHub
parent 52a3e8a261
commit e37d51cab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -584,7 +584,7 @@
} }
], ],
"source": [ "source": [
"res = vector_store.similarity_search(query=\"Test 1\", k=3, search_type=\"hybrid\")\n", "res = vector_store.similarity_search(query=\"Test 1\", k=3, search_type=\"similarity\")\n",
"res" "res"
] ]
}, },