New AI integration for your SQL databases | RAG, Vector Search, Admin Automation

  Рет қаралды 28,076

Microsoft Mechanics

Microsoft Mechanics

Күн бұрын

Пікірлер: 41
@nandhakumar5608
@nandhakumar5608 Ай бұрын
@bobward436 I have created a index with SQL through wizard and adding fields manually. Tried adding the vector profile. But still i am not able to vectorize the data. Vector index size remains 0 size and not able to vectorize the data. Am i missing any step here.
@Jocob-Beller
@Jocob-Beller Ай бұрын
Hi, AskYourDatabase does not require you to do any embeddings and it works out-of-the-box.
@gotqn2103
@gotqn2103 2 ай бұрын
The part to trust that my data is queried but not used for training models or something else is ...
@REYS8
@REYS8 2 ай бұрын
Your Copilot looks smarter than the one i'm using...
@ShujaathKhan
@ShujaathKhan 2 ай бұрын
insn't it a better prompt?
@Thulebeez
@Thulebeez 2 ай бұрын
This is great new tech howeever some of us i still using on Prepm SQL 2016 due Application limitation , we still got a long way to go.
@bobward436
@bobward436 2 ай бұрын
For Azure AI Search your data source could be an on-premises SQL Server 2016 database
@Jocob-Beller
@Jocob-Beller Ай бұрын
Hi, if you use on-premise db you can use tools like AskYourDatabase, they can connect to private db.
@cezarpimentel
@cezarpimentel 2 ай бұрын
I follow everything and read A LOT of things, and I still can't make the chat answer my prompts using whatever I have in the database. Also, your Azure AI Studio screen looks a lot different than the one I can see right now. Have no clue on how to make this work.
@bobward436
@bobward436 2 ай бұрын
In my demo I used Azure OpenAI Studio
@cezarpimentel
@cezarpimentel 2 ай бұрын
@@bobward436 cool! Thanks for the clarification! 🫶
@Jocob-Beller
@Jocob-Beller Ай бұрын
Hi, have you tried AskYourDatabase? This tool directly interacts with your db so the results is very good
@sagarparbhane7663
@sagarparbhane7663 2 ай бұрын
“That’s really cool. Is there a way I can set up everything as shown in the video and try these out on my own?”
@RedOwl3-lh3zc
@RedOwl3-lh3zc Ай бұрын
How did you add the index with embeddings?
@robertorodriguez8186
@robertorodriguez8186 Ай бұрын
How much?
@bvsshivasaiinturi7745
@bvsshivasaiinturi7745 2 ай бұрын
Is there any additional cost involved for using copilot inside query editor of azure sql?
@bobward436
@bobward436 2 ай бұрын
Today this is in preview so there is no cost
@fbifido2
@fbifido2 2 ай бұрын
can you ask Microsoft SQL team to make "SQL Server & Studio" keep a log of performance & query, as to allow us to look back to see if the server is running low on RAM, IOPs or Network? then ask the Microsoft PowerToys teams to create an App to monitor the SQL Server for said performance. With this info, they can use SQL AI to help the user get better SQL performance.
@MSFTMechanics
@MSFTMechanics 2 ай бұрын
Have you looked into Azure Monitor and App Insights? These alerts can be instrumented into your reporting with alerts set based on memory, IOPS, network and other conditions. See learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-create-activity-log-alert-rule?tabs=activity-log
@KenRossPhotography
@KenRossPhotography 2 ай бұрын
Also curious if there's an entirely on-prem scenario that could be supported, perhaps using one of the various Open Source vector databases [installed locally] and something like Phi-3 or Llama as a locally executing SLM. I have a high-profile scenario using on-prem SQL that could really use that kind of functionality but there is no option to connect to Azure.
@bobward436
@bobward436 2 ай бұрын
The demo where I used Azure AI Search can work with an existing on-premises SQL Server
@KenRossPhotography
@KenRossPhotography 2 ай бұрын
@@bobward436is there still a dependency on Azure AI? I need the whole thing to run disconnected from the cloud.
@Jocob-Beller
@Jocob-Beller Ай бұрын
Hi are you looking for something that enables you to chat with your databases? There's two options I have tried, AskYourDatabase and Insightbase, the first one is going to support fully on-premise solutions.
@Zerofuku369
@Zerofuku369 2 ай бұрын
❤❤❤
@limjuroy7078
@limjuroy7078 2 ай бұрын
Are all the fields in the Azure AI Search index (productdataindex) created automatically, or do we need to manually create them ourselves? I assume that these fields are generated automatically when connecting Azure AI Search to our SQL Database data source.
@bobward436
@bobward436 2 ай бұрын
You can use an import wizard with Azure AI Search with your SQL Data but to get embeddings to be created correctly in this case I manually created the index, put in my field names to match the columns in the source table, and then when creating the index (indexer) I specified the index definition, the data source table from SQL, and the skillset with OpenAI to generate embeddings.
@limjuroy7078
@limjuroy7078 2 ай бұрын
@@bobward436 I see. So, you manually created the index (productdataindex) and all its fields in the Azure AI Search, except for the embeddings field. Is that correct?
@srishtiganguly6000
@srishtiganguly6000 2 ай бұрын
@@bobward436 can you share the link to create a skillset with AzureOpenAISkill connected to Azure SQL fields and output a vector embedding?
@peterm5039
@peterm5039 27 күн бұрын
@@bobward436 Like others suggested in the comments, it would be nice to see how you did this. Specifically where/how did you create the indexer and skillset. I used the Import Data Wizard to connect to an Azure SQL data source and create an index, but it isn't populated by anything. Glossing over this in the video leaves a big gap in implementation. A link to a tutorial or specific content addressing this is needed.
@nghiatran1509
@nghiatran1509 2 ай бұрын
Can it does the same with MS Access like SQL databases? Thank you.
@bobward436
@bobward436 2 ай бұрын
I don't know of any solution like this for MS Access
@KenRossPhotography
@KenRossPhotography 2 ай бұрын
Given this is SQL and data often changes, what is the mechanism for making sure your embeddings are updated?
@MSFTMechanics
@MSFTMechanics 2 ай бұрын
The Azure AI Search index will stay in sync with data changes.
@MarkHenderson-zn8ct
@MarkHenderson-zn8ct 2 ай бұрын
You set a refresh schedule basically..
@adilmajeed8439
@adilmajeed8439 2 ай бұрын
Can it be used against SQL Server database instead of Azure SQL?
@bobward436
@bobward436 2 ай бұрын
@@adilmajeed8439 This can be used for any SQL Server database
@Jocob-Beller
@Jocob-Beller Ай бұрын
Hi Ken, there's another work around towards this, tools like AskYourDatabase directly interacts with your databases without any syncing issues.
Get Copilot responses based on your own files (no copy/paste)
13:33
Microsoft Mechanics
Рет қаралды 14 М.
小丑在游泳池做什么#short #angel #clown
00:13
Super Beauty team
Рет қаралды 37 МЛН
At the end of the video, deadpool did this #harleyquinn #deadpool3 #wolverin #shorts
00:15
Anastasyia Prichinina. Actress. Cosplayer.
Рет қаралды 19 МЛН
OpenAI Embeddings and Vector Databases Crash Course
18:41
Adrian Twarog
Рет қаралды 462 М.
What are AI Agents?
12:29
IBM Technology
Рет қаралды 394 М.
Vector Search Isn’t Enough | BRKFP301H
44:21
Microsoft Developer
Рет қаралды 23 М.
I used AI to hack this website...
23:23
Tech Raj
Рет қаралды 27 М.
Build your own Copilot agent! Microsoft Copilot extensibility for deveopers
9:33
How to use Azure OpenAI on your Data with Copilot Studio
16:59
Lisa Crosbie
Рет қаралды 56 М.
Cloud PCs with Windows 365 | What it is and how it works
13:52
Microsoft Mechanics
Рет қаралды 500 М.
RAG Explained
8:03
IBM Technology
Рет қаралды 84 М.
This is Why Programming Is Hard For you
10:48
The Coding Sloth
Рет қаралды 854 М.
How I'd Learn AI (If I Had to Start Over)
15:04
Thu Vu data analytics
Рет қаралды 798 М.