Replies: 1 comment
-
Answer generated by a 🤖 AnswerI'm sorry, but I couldn't find a specific solution to your issue. It seems that the package you are trying to install, In this case, there are a few possible next steps you can take:
I hope this helps! Let me know if you have any further questions. This response is meant to be useful, save you time, and share context. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. |
Beta Was this translation helpful? Give feedback.
-
To use the Azure Cognitive Search the documents say:
pip install --index-url=https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/ azure-search-documents==11.4.0a20230509004
But that prompts me for a user name and password and appears to be a internal private package. I tried just using the current azure-search-documents sdk but that throws an error for an import. Is there a resolution to the pip install or are we waiting for it to be part of the public sdk?
Beta Was this translation helpful? Give feedback.
All reactions