Bring Your Own Data AND General Search? #8345
Replies: 1 comment 1 reply
-
You might be able to get around this by using prompt engineering - you can include in the prompts if the provided context doesn't answer the question to try and answer from what the model knows. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to search on your own data and the generic completion service at the same time? I've got the bring your own data working via AzureSearchChatExtensionConfiguration. The use case is as follows:
I suppose I could just do a search on the index and check to see if the answer is some flavor of "The requested information is not available in the retrieved data," and if so, send the request again without an index. But I was hoping I was just missing a flag somewhere that would just do this combined search.
Beta Was this translation helpful? Give feedback.
All reactions