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

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

ความคิดเห็น • 37

  • @nandhakumar5608
    @nandhakumar5608 หลายเดือนก่อน +3

    @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 หลายเดือนก่อน +1

    The part to trust that my data is queried but not used for training models or something else is ...

  • @RedOwl3-lh3zc
    @RedOwl3-lh3zc หลายเดือนก่อน +1

    How did you add the index with embeddings?

  • @REYS8
    @REYS8 3 หลายเดือนก่อน +3

    Your Copilot looks smarter than the one i'm using...

    • @ShujaathKhan
      @ShujaathKhan 3 หลายเดือนก่อน

      insn't it a better prompt?

  • @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?”

  • @fbifido2
    @fbifido2 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน +1

      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

  • @bvsshivasaiinturi7745
    @bvsshivasaiinturi7745 3 หลายเดือนก่อน

    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

  • @nghiatran1509
    @nghiatran1509 3 หลายเดือนก่อน

    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

  • @Thulebeez
    @Thulebeez 3 หลายเดือนก่อน

    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.

  • @KenRossPhotography
    @KenRossPhotography 3 หลายเดือนก่อน

    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.

  • @robertorodriguez8186
    @robertorodriguez8186 2 หลายเดือนก่อน

    How much?

  • @limjuroy7078
    @limjuroy7078 3 หลายเดือนก่อน

    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 3 หลายเดือนก่อน

      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 3 หลายเดือนก่อน

      @@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 หลายเดือนก่อน +3

      @@bobward436 can you share the link to create a skillset with AzureOpenAISkill connected to Azure SQL fields and output a vector embedding?

    • @peterm5039
      @peterm5039 หลายเดือนก่อน

      @@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.

  • @KenRossPhotography
    @KenRossPhotography 3 หลายเดือนก่อน

    Given this is SQL and data often changes, what is the mechanism for making sure your embeddings are updated?

    • @MSFTMechanics
      @MSFTMechanics  3 หลายเดือนก่อน

      The Azure AI Search index will stay in sync with data changes.

    • @MarkHenderson-zn8ct
      @MarkHenderson-zn8ct 3 หลายเดือนก่อน

      You set a refresh schedule basically..

    • @adilmajeed8439
      @adilmajeed8439 3 หลายเดือนก่อน +1

      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.

  • @Zerofuku369
    @Zerofuku369 3 หลายเดือนก่อน

    ❤❤❤