Azure/azure-search-vector-samples

DOC question on use of AZURE_SEARCH_EMBEDDING_SKILL_ENDPOINT

Closed this issue · 1 comments

Sorry for the noob question, but I see in the code from this notebook: https://github.com/Azure/cognitive-search-vector-pr/blob/main/demo-python/code/azure-search-vector-ingestion-python-sample.ipynb - That you require the var: AZURE_SEARCH_EMBEDDING_SKILL_ENDPOINT along w/ the WebApiSkill(name="chunking-embedding-skill")

Is the AZURE_SEARCH_EMBEDDING_SKILL_ENDPOINT var the URI of the Azure Fn that I needed to deploy from the notes in the readme or is this the end point of the Cog Skill which uses the Fn's endpoint? If it's the latter, how do I get it? Is it the URL inside the JSON for @odata.context?

Found it, it's the URL to the Function as the notebook creates the skill for you.