-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
bugA bug in the code that should be fixedA bug in the code that should be fixed
Description
I enabled integrated vectorization in the environment variables. Deleted the old index and run azd provison. I get the below error.
It states that Field mapping specifies target field 'title' that is not present in the index.
I checked the searchmanager.py file and that index schema doesnt have the title field in it.
I have two options:
We have two options:
a) Add a "title" field to the index schema in searchmanager.py
b) Change the field mapping in integratedvectorizerstrategy.py to map to an existing field like "sourcepage" or "sourcefile"
Which way would you recommend me to proceed with?
Metadata
Metadata
Assignees
Labels
bugA bug in the code that should be fixedA bug in the code that should be fixed