Azure Cosmos DB with DiskANN
2:58
A Day in the Life of Data
2:00
8 ай бұрын
Пікірлер
@murugankathiresan8790
@murugankathiresan8790 3 күн бұрын
Thank you. I am looking to see if we can use a big query source and move data to cosmos DB. I am having trouble with moving without a table format source.
@arunprasadchief
@arunprasadchief 10 күн бұрын
Wonderful
@DE-sf9sr
@DE-sf9sr 10 күн бұрын
Happy to see the ability to store embeddings right in the same cosmos db, container, and item !
@xyz-vv5tg
@xyz-vv5tg 20 күн бұрын
You're teaching is asif you're running to catch a flight.
@sarathlalsaseendran
@sarathlalsaseendran 23 күн бұрын
Next article will be Cosmos DB with Flask
@sarathlalsaseendran
@sarathlalsaseendran 23 күн бұрын
Sarathlal Saseendran , C# Corner MVP with VIP status
@naucitenjemacki-lernedeutsc379
@naucitenjemacki-lernedeutsc379 29 күн бұрын
great explanation!!!
@knight3001
@knight3001 Ай бұрын
Excellent and informative overview - thanks.
@pandeyabhishek13
@pandeyabhishek13 Ай бұрын
Thanks! Few questions about transactional batch operation: 1. Is there a `BatchWriteItem` equivalent in cosmosdb? Looks like transactional batch operation is all or nothing. 2. What's the RU cost of a transactional batch operation? If there are N identical create operations in the batch, is the cost > N individual creates, or is it lower than that?
@aurelia1670
@aurelia1670 Ай бұрын
Love it!
@siby18
@siby18 Ай бұрын
Thank you - this was really helpful!
@Praskand_Upadhyay
@Praskand_Upadhyay 2 ай бұрын
Site?
@AzureCosmosDB
@AzureCosmosDB Ай бұрын
Which site would you be looking for?
@ozkary
@ozkary 2 ай бұрын
This only works if your CosmosDb configuration is using the SQL API. For MongoDb API, we need to use a change stream.
@zedd0462
@zedd0462 2 ай бұрын
The notebook link is not working, plus that was one of the worst explainations i've ever heard.
@ferzik1508
@ferzik1508 2 ай бұрын
when it will be released fully for dotnet, currently only preview available
@farhanrahman3667
@farhanrahman3667 2 ай бұрын
Is there a guide on how to use azure function directly in the azure website?
@AzureCosmosDB
@AzureCosmosDB 2 ай бұрын
Try this learn.microsoft.com/azure/azure-functions/functions-get-started?pivots=programming-language-csharp
@jefinprince
@jefinprince 2 ай бұрын
could you provide the GitHub link to the code shown in the video.
@KamleshSingh-um9jy
@KamleshSingh-um9jy 2 ай бұрын
Excellent video !!
@mathewjamesn
@mathewjamesn 2 ай бұрын
Great Demo Chander...I love this...Great Show Mark.
@RobertJunega-tg1tz
@RobertJunega-tg1tz 3 ай бұрын
Mind-blowing demo!!! I loved how he walked through the code and explained every single line.
@kuljotbakshi967
@kuljotbakshi967 3 ай бұрын
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 3 ай бұрын
How to query Cosmos Graph DB for Null values?
@ravigurram9884
@ravigurram9884 3 ай бұрын
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 3 ай бұрын
Thank you for the very informative video!
@vincetravelling
@vincetravelling 3 ай бұрын
@markjbrown bro is white
@vincetravelling
@vincetravelling 3 ай бұрын
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 3 ай бұрын
how do you search based on array length and keep it cheap
@AzureCosmosDB
@AzureCosmosDB 3 ай бұрын
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 3 ай бұрын
Great video, worked perfectly.
@alpealp
@alpealp 3 ай бұрын
Thank you for the great video. Is there a place to get the sample project?
@nilsandershvinden2694
@nilsandershvinden2694 4 ай бұрын
Excellent introduction to the topics addressed in the title.
@SmileyMundlik
@SmileyMundlik 4 ай бұрын
Can u share any official documentation about connecting to cosmos db through private Ip
@AzureCosmosDB
@AzureCosmosDB 4 ай бұрын
Check out this doc: learn.microsoft.com/azure/cosmos-db/how-to-configure-private-endpoints?tabs=arm-bicep
@LingeshWari-ze7ht
@LingeshWari-ze7ht 5 ай бұрын
Great explanation
@werner94fribourg
@werner94fribourg 5 ай бұрын
How to do it with our own CosmosDB datasource and not selecting their default existing sources ?
@SpiritualAdda00
@SpiritualAdda00 6 ай бұрын
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 5 ай бұрын
Private endpoints with Synapse Link are documented here. learn.microsoft.com/en-us/azure/cosmos-db/analytical-store-private-endpoints Thanks!
@slavengaspar6859
@slavengaspar6859 6 ай бұрын
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 5 ай бұрын
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 6 ай бұрын
Excellent presentation
@catfishfortesque-smythe437
@catfishfortesque-smythe437 6 ай бұрын
If you want to be a real hero - link to a repo of the source code you present :)
@bhavanak5134
@bhavanak5134 6 ай бұрын
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 6 ай бұрын
Great session! Thank you for sharing.
@capri300
@capri300 7 ай бұрын
great content. short and sweet. definitely trying the hands-on lab
@AzureCosmosDB
@AzureCosmosDB 6 ай бұрын
Thank you!
@aaronbcj
@aaronbcj 7 ай бұрын
Can a logical partition span across more than one physical server ?
@AzureCosmosDB
@AzureCosmosDB 5 ай бұрын
No it can't. By design logical partitions reside within one physical partition.
@prakash0453
@prakash0453 7 ай бұрын
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 7 ай бұрын
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 7 ай бұрын
This is a great presentation guys. Great stuff. Thanks
@pvpmartins
@pvpmartins 8 ай бұрын
It hangs on/freezes all the time! Really bad developer experience.
@Koushik-0710
@Koushik-0710 8 ай бұрын
Great video!
@i_amyour_King
@i_amyour_King 8 ай бұрын
healped really can i have more such videos
@DarshanK-h7s
@DarshanK-h7s 8 ай бұрын
please do provide the code repository shown in the video
8 ай бұрын
This seems like a complete replacement of AI Search for RAG scenarios
@alonerock136
@alonerock136 8 ай бұрын
thanks, its helpful
@alonerock136
@alonerock136 8 ай бұрын
great explaination video, thank you!