docs/integrations/vectorstores/azuresearch/ #27778
Replies: 3 comments
-
Thank you for taking the time to read my inquiry. I have a question about the following library. Let's say I've defined two SearchFieldDataType.Collection(SearchFieldDataType.Single) columns (vector fields) in one index. Is it possible to perform a cosine similarity vector search on these two SearchFieldDataType.Collection(SearchFieldDataType.Single) columns (vector fields)? Example:
Is it possible to perform a similarity search on both vectors in the fields "content_vector" and "title_vector" and obtain the data with the highest similarity score? Below is a sample program. I would like to perform a similarity search on the title_vector and content_vector in the result variable below to obtain the data with the highest similarity. How can I do this?
Thank you very much for your assistance and time. |
Beta Was this translation helpful? Give feedback.
-
Hey LangChain, I'm encountering an issue with the Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, vectorstore.semantic_hybrid_search_with_score(query,k=5,score_type='reranker_score') But I don't see any option of extracting Answer Confidence Score in LangChain. Is there a way to extract that? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
docs/integrations/vectorstores/azuresearch/
Azure AI Search (formerly known as Azure Search and Azure Cognitive Search) is a cloud search service that gives developers infrastructure, APIs, and tools for information retrieval of vector, keyword, and hybrid queries at scale.
https://python.langchain.com/docs/integrations/vectorstores/azuresearch/
Beta Was this translation helpful? Give feedback.
All reactions