79332635

Date: 2025-01-06 09:43:21
Score: 1
Natty:
Report link

had a look at the code, i think you almost got the index created correctly but the key step missing is vectorizing the data and store the embedding for semantic search. These steps are a little long, worth looking at the example here, it is a simple version of ingesting document and setuping index.

https://github.com/Azure/azure-search-vector-samples/blob/main/demo-python/code/basic-vector-workflow/azure-search-vector-python-sample.ipynb

lots of more advanced examples here: https://github.com/Azure/azure-search-vector-samples/tree/main/demo-python

At a very high level:

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: qkfang