Azure Cosmos DB with DiskANN
2:58
A Day in the Life of Data
2:00
6 ай бұрын
Пікірлер
@jefinprince
@jefinprince Күн бұрын
could you provide the GitHub link to the code shown in the video.
@KamleshSingh-um9jy
@KamleshSingh-um9jy 5 күн бұрын
Excellent video !!
@mathewjamesn
@mathewjamesn 5 күн бұрын
Great Demo Chander...I love this...Great Show Mark.
@RobertJunega-tg1tz
@RobertJunega-tg1tz 14 күн бұрын
Mind-blowing demo!!! I loved how he walked through the code and explained every single line.
@kuljotbakshi967
@kuljotbakshi967 14 күн бұрын
John's observation about the "rephrasing" step in RAG was the game changer for me to understand it much better. Love it!!!
@pk_90
@pk_90 15 күн бұрын
How to query Cosmos Graph DB for Null values?
@ravigurram9884
@ravigurram9884 20 күн бұрын
If we have several petabytes of data, what would be the approximate size of the Knowledge Graph? Isn't going to be huge too? And in that case, will the in-memory graph be huge too (from storage & performance perspective). Any insights on this part?
@SQLTalk
@SQLTalk 25 күн бұрын
Thank you for the very informative video!
@vincetravelling
@vincetravelling 27 күн бұрын
@markjbrown bro is white
@vincetravelling
@vincetravelling 27 күн бұрын
In this episode, Mark welcomes Microsoft MVP and Pluralsight author Lenni Lobel for a chat about data modeling and partitioning patterns in Azure Cosmos DB. For many newcomers to Cosmos DB, the learning process starts with data modeling and partitioning. How should you structure your model? When should you combine multiple entity types in a single container? Should you de-normalize your entities? What’s the best partition key for your data? In this session, we discuss the key strategies for modeling and partitioning data effectively in Cosmos DB. Using a real-world NoSQL example based on the AdventureWorks relational database, we explore key Cosmos DB concepts-request units (RUs), partitioning, and data modeling-and how their understanding guides the path to a data model that yields the best performance and scalability. Attend this session, and acquire the critical skills you’ll need to design the optimal database for Cosmos DB.
@mvhmz
@mvhmz Ай бұрын
how do you search based on array length and keep it cheap
@AzureCosmosDB
@AzureCosmosDB 27 күн бұрын
To search by array length in Azure Cosmos DB while minimizing cost, use a query that filters based on the length property, e.g., SELECT * FROM c WHERE ARRAY_LENGTH(c.arrayField) > 2. Keep the cost lower by ensuring your collection is well-indexed for the queried property and by using appropriate throughput (RU) settings for efficient execution.
@georgekontus6730
@georgekontus6730 Ай бұрын
Great video, worked perfectly.
@alpealp
@alpealp Ай бұрын
Thank you for the great video. Is there a place to get the sample project?
@nilsandershvinden2694
@nilsandershvinden2694 Ай бұрын
Excellent introduction to the topics addressed in the title.
@SmileyMundlik
@SmileyMundlik 2 ай бұрын
Can u share any official documentation about connecting to cosmos db through private Ip
@AzureCosmosDB
@AzureCosmosDB 2 ай бұрын
Check out this doc: learn.microsoft.com/azure/cosmos-db/how-to-configure-private-endpoints?tabs=arm-bicep
@LingeshWari-ze7ht
@LingeshWari-ze7ht 2 ай бұрын
Great explanation
@werner94fribourg
@werner94fribourg 3 ай бұрын
How to do it with our own CosmosDB datasource and not selecting their default existing sources ?
@SpiritualAdda00
@SpiritualAdda00 3 ай бұрын
Hi I am trying connect to my cosmos db Via synapse workspace it's going through public ip but my both cosmos db and synapse on private endpoint how can I solve this
@AzureCosmosDB
@AzureCosmosDB 3 ай бұрын
Private endpoints with Synapse Link are documented here. learn.microsoft.com/en-us/azure/cosmos-db/analytical-store-private-endpoints Thanks!
@slavengaspar6859
@slavengaspar6859 3 ай бұрын
An excellent presentation, with an excellent style and measure. It is not too architecturally abstract, but it also does not delve deeply into the program code. Great choice of examples! It can serve as an excellent foundation or starting point for designing a large number of different applications.”
@AzureCosmosDB
@AzureCosmosDB 3 ай бұрын
If you'd like to get into the code for this, take a look at this GitHub repository here. github.com/AzureCosmosDB/CosmicWorks Hope this helps.
@slavengaspar6859
@slavengaspar6859 3 ай бұрын
Excellent presentation
@catfishfortesque-smythe437
@catfishfortesque-smythe437 3 ай бұрын
If you want to be a real hero - link to a repo of the source code you present :)
@bhavanak5134
@bhavanak5134 3 ай бұрын
Hello, this is really for the initial setup. I am error with creating the bean with repository interface. Tried many ways to fix it but not resolved. Can you help me with this.
@akarnath36
@akarnath36 3 ай бұрын
Great session! Thank you for sharing.
@capri300
@capri300 4 ай бұрын
great content. short and sweet. definitely trying the hands-on lab
@AzureCosmosDB
@AzureCosmosDB 4 ай бұрын
Thank you!
@aaronbcj
@aaronbcj 4 ай бұрын
Can a logical partition span across more than one physical server ?
@AzureCosmosDB
@AzureCosmosDB 3 ай бұрын
No it can't. By design logical partitions reside within one physical partition.
@prakash0453
@prakash0453 4 ай бұрын
I have created the search index with my data. I am able to connect the Azure Cosmo db for MongoDB with Azure open AI chat playground. But if I ask any question I getting the following error. Invalid Azure Cosmos Database Configuration detected: file path has to be a string. Could you please let me know if you encounter the same issue?
@AzureCosmosDB
@AzureCosmosDB 4 ай бұрын
It looks like there's a configuration issue. Ensure your file paths are strings in your configuration file. Verify your connection string format and check your settings in the Azure OpenAI Chat Playground. Make sure all values are explicitly converted to strings if needed. Also, update your SDKs/libraries to the latest versions.
@jbernece
@jbernece 5 ай бұрын
This is a great presentation guys. Great stuff. Thanks
@pvpmartins
@pvpmartins 5 ай бұрын
It hangs on/freezes all the time! Really bad developer experience.
@techshortstamil5573
@techshortstamil5573 5 ай бұрын
Great video!
@i_amyour_King
@i_amyour_King 5 ай бұрын
healped really can i have more such videos
@DarshanK-h7s
@DarshanK-h7s 5 ай бұрын
please do provide the code repository shown in the video
6 ай бұрын
This seems like a complete replacement of AI Search for RAG scenarios
@alonerock136
@alonerock136 6 ай бұрын
thanks, its helpful
@alonerock136
@alonerock136 6 ай бұрын
great explaination video, thank you!
@michelepilla2294
@michelepilla2294 6 ай бұрын
1:03:13 starts talking about Azure containers
@southcroydon7462
@southcroydon7462 6 ай бұрын
I wanted to see /learn about consistency but this does not cover the important bits . good to know partition based find
@martinsmith8670
@martinsmith8670 6 ай бұрын
I'm surprised by the order of the composite index shown at 15:09 for the query "SELECT AVG(c.Price), c.Category FROM c GROUP BY c.Category" - for a relational database the best composite index would be (Category, Price) - as then the query engine can just scan the index in order and use the fact that the index is ordered by Category to do the grouping. (whenever it sees a new Category value from previous or runs out of rows it can emit the aggregated value for the previous group) - but this composite index shown seems to be ordered by Price first?
@chat-jpt
@chat-jpt 6 ай бұрын
Is it really free tier if it's only based on Southeast Asia (network egress cost)?
@kxito4945
@kxito4945 6 ай бұрын
Resource Links are not working
@AzureCosmosDB
@AzureCosmosDB 6 ай бұрын
that issue is now resolved
@critterpower
@critterpower 6 ай бұрын
Can you seed an existing CosmosDB with data directly from Azure pipelines/Devops?
@tushargogiya4017
@tushargogiya4017 6 ай бұрын
Can we take data from csv files rather than typing edges details or nodes details with the help of queries ?
@rjmilitante2787
@rjmilitante2787 6 ай бұрын
The Microsoft Principal Engineer is using a Mac
@AzureCosmosDB
@AzureCosmosDB 6 ай бұрын
Sure is.
@marcosr75
@marcosr75 7 ай бұрын
Great Conference
@ndlgorur
@ndlgorur 7 ай бұрын
What does "vectorizing" mean for a database? Could you please elaborate and provide some reference links?
@WilliamWang-i9t
@WilliamWang-i9t 7 ай бұрын
As promised, our vector database doc is now updated with the official guidance regarding appropriate services for different scenarios. Please see the "More vector database solutions" section - learn.microsoft.com/en-us/azure/cosmos-db/vector-database
@magelatorres3494
@magelatorres3494 7 ай бұрын
Hi, Could you please share the notebook in python presented by James Codella in his presentation? Thanks
@WilliamWang-i9t
@WilliamWang-i9t 7 ай бұрын
You may find the notebooks through our vector database doc: learn.microsoft.com/en-us/azure/cosmos-db/vector-database
@PrashantMishra-pk2ji
@PrashantMishra-pk2ji 7 ай бұрын
good one
@koteswararao2288
@koteswararao2288 7 ай бұрын
Very informative and mind blowing !!
@aditisoni13
@aditisoni13 7 ай бұрын
Hi! I keep getting 'Connection Failed' when I am trying to execute one of my queries using Copilot, could you help me out with that?
@AzureCosmosDB
@AzureCosmosDB 7 ай бұрын
Hi, could you provide some details and we'll see the best way to assist. When do you get this message? Do you get a chance to type in your natural language prompt? Also make sure you are able to connect from your IP. You can review this article for details: learn.microsoft.com/azure/cosmos-db/how-to-configure-firewall