Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.53k stars 2.76k forks source link

which program will work? (Program which can upload a text file to vector index of Azure AI search ) #36833

Closed TaisukeIto closed 1 week ago

TaisukeIto commented 1 month ago

I'm looking for a basic python program that will upload a text file to the vector index of Azure AI search, but everything gives me an error, and I can't find the version number of the azure search documents package or a working ptyhon program anywhere. Everything gives me an error. I guess it's probably because the development is so hard that they haven't been able to check the operation of the developed program, but which program will work?

GitHub Azure/azure-search-vector-samples Azure/azure-sdk-for-python

rohit-ganguly commented 1 month ago

Hi @TaisukeIto! Sorry to hear about your experience with the AI Search library - it's a rapidly growing service so sometimes the API changes on newer versions and samples become outdated fast.

One of our most popular samples uses the AI Search library and should have accurate behavior - here's what I found for a quick search of the SearchClient.upload_files() method: link. It looks like this sample is on 11.6.0b1.

The API reference is also here if you're curious about the details.

If you're still running into errors, please post the specific error you're running into.

github-actions[bot] commented 4 weeks ago

Hi @TaisukeIto. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

github-actions[bot] commented 3 weeks ago

Hi @TaisukeIto, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!