Missing SearchFieldDataType.SINGLE and VectorSearch in Java Search SDK for vector search implementation
hleyang@connect.hku.hk
0
Reputation points
I am currently facing an issue while trying to implement vector search in a Java application. Specifically, I have noticed that the SearchFieldDataType.SINGLE and "com.azure.search.documents.indexes.models.VectorSearch" class are missing from the package I am using(which is "com.azure:azure-search-documents:11.5.12"). However, these classes are present in the azure sample code provided in the official GitHub repo.
Sign in to answer