You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have managed to create an extension that uses ai search API, but i can't get the built in Azure AI search to work.
When i fill out all the info, with the domain for the api, searchindex, searchname, api key etc, that i know works in the previous extension, it returns error - [unauthorized].
So direct data is working, but i try to use the api/document endpoint, it fails.
It would be fine with the direct one, but citation is missing and i guess that is part of the document endpoint.
It might be that my index is manually created and i might have some other fields/vectors?
The text was updated successfully, but these errors were encountered:
Take a look at the index you created, it needs to match the code in the "citation service.ts" file (You will see metadata, pagecontent and chatthreadid listed with the fields to the right where it is searching)
I recommend using JSON to create the index in azure search and create a match for the default index to preserve compatibility. (This way you can copy and paste fields)
I have managed to create an extension that uses ai search API, but i can't get the built in Azure AI search to work.
When i fill out all the info, with the domain for the api, searchindex, searchname, api key etc, that i know works in the previous extension, it returns error - [unauthorized].
So direct data is working, but i try to use the api/document endpoint, it fails.
It would be fine with the direct one, but citation is missing and i guess that is part of the document endpoint.
It might be that my index is manually created and i might have some other fields/vectors?
The text was updated successfully, but these errors were encountered: