Azure-Samples / Azure-Samples/azure-sql-db-ai-samples-search

dab-config.development.json, removed parameters in stored procedure web.find_samples that are not used

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TSQL
Stars
35
Forks
13
PR merge metrics
No merged PRs in 30d

Description

Line 57 in dab-config.development.json contains parameters debug and nocache that are not part of stored procedure

"FindSamples": {
"source": {
"object": "web.find_samples",
"type": "stored-procedure",
"parameters": {
"text": "",
"k": 50,
"debug": 0,
"nocache": 0
}

shall change to

"FindSamples": {
"source": {
"object": "web.find_samples",
"type": "stored-procedure",
"parameters": {
"text": "",
"k": 50
}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.