mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
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:
parent
52a3e8a261
commit
e37d51cab6
@ -584,7 +584,7 @@
|
||||
}
|
||||
],
|
||||
"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"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user