userbin
userbin

Reputation: 59

How can I create indexer and skillset for language studio custom question and answering?

I need to use azure cognitive search for my project. I want questions and answers from a document,so I decided to use language studio's custom question and answering.

Now, the language studio automatically creates its own index, without any indexer. So I am not sure how I can add additional information to it like other skills to that index. For example, I also need the position where the answer is found in the document. I am not really sure how I can combine these two things.

Is there a way to define my own index, indexer and skillset for language studio so that I can have other fields?

Upvotes: 0

Views: 260

Answers (1)

Carey Halton
Carey Halton

Reputation: 884

I'm not sure if its possible within language studio, but there is a sample for working with QnA and Azure Cognitive Search that actually creates an indexer for you called the Search QnA Maker Accelerator. Its a bit out of date but it may help you get started with the workflow you need. You could in theory fork this sample, edit the provided details under Assets to add the skills and indexer configuration you want, and then deploy from your fork to use those updated object definitions.

Upvotes: 0

Related Questions