Rezwan Ahmed Sami
Rezwan Ahmed Sami
Added string to kebab case converter strTokebab() and http query params to object converter queryStrToObject() ## Checklist - [ ] PR contains only changes related; no stray files, etc. -...
### Short description and motivation for the proposed feature I hosted mindsdb in my web server , but anyone can visit this mindsdb gui, i want to set login system...
## Description ```php if (isset($_GET['min_price']) && isset($_GET['max_price'])) { // check not empty if (!empty($_GET['min_price']) && !empty($_GET['max_price'])) { $min_price = trim($_GET['min_price']); $max_price = trim($_GET['max_price']); // convert to float $min_price = floatval($min_price);...
Added a validation step to filter out empty strings when processing file paths. For example, in the `getFileNamesFromConfigSpecs` function, validated like this: ```go for _, fileName := range validatedFilesSpec {...
Add a user setting (e.g. copilot.agent.autoApproveCommands) in VS Code’s Copilot extension that lets users skip the confirmation prompt when Copilot’s Agent mode wants to execute terminal commands. This would function...
### Operating system Windows 11 with wsl2 ubuntu 22.2 ### Description rezwan@DESKTOP-24NSKSU:~$ docker run -it --rm --name macos -e "VERSION=14" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/macos:/storage" --stop-timeout 120...
How to write a proper instuctive advance system prompt to control the generation of params value of Conversational Search (RAG)? similar like Natural Language Search i am getting: ``` {...
## Change Summary fixed #2541 the problem is sometime llm return query instead of q ```json "parsed_nl_query": { "augmented_params": { "filter_by": "turnover:[100000..150000]", "q": "fish and chips factory business in london...