Skip to content

Issue with Integrated vectorization enabled #2383

@TB-Shyam

Description

@TB-Shyam

I enabled integrated vectorization in the environment variables. Deleted the old index and run azd provison. I get the below error.

Image

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 fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions