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.
@arunprasadchief10 күн бұрын
Wonderful
@DE-sf9sr10 күн бұрын
Happy to see the ability to store embeddings right in the same cosmos db, container, and item !
@xyz-vv5tg20 күн бұрын
You're teaching is asif you're running to catch a flight.
@sarathlalsaseendran23 күн бұрын
Next article will be Cosmos DB with Flask
@sarathlalsaseendran23 күн бұрын
Sarathlal Saseendran , C# Corner MVP with VIP status
@naucitenjemacki-lernedeutsc37929 күн бұрын
great explanation!!!
@knight3001Ай бұрын
Excellent and informative overview - thanks.
@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Ай бұрын
Love it!
@siby18Ай бұрын
Thank you - this was really helpful!
@Praskand_Upadhyay2 ай бұрын
Site?
@AzureCosmosDBАй бұрын
Which site would you be looking for?
@ozkary2 ай бұрын
This only works if your CosmosDb configuration is using the SQL API. For MongoDb API, we need to use a change stream.
@zedd04622 ай бұрын
The notebook link is not working, plus that was one of the worst explainations i've ever heard.
@ferzik15082 ай бұрын
when it will be released fully for dotnet, currently only preview available
@farhanrahman36672 ай бұрын
Is there a guide on how to use azure function directly in the azure website?
@AzureCosmosDB2 ай бұрын
Try this learn.microsoft.com/azure/azure-functions/functions-get-started?pivots=programming-language-csharp
@jefinprince2 ай бұрын
could you provide the GitHub link to the code shown in the video.
@KamleshSingh-um9jy2 ай бұрын
Excellent video !!
@mathewjamesn2 ай бұрын
Great Demo Chander...I love this...Great Show Mark.
@RobertJunega-tg1tz3 ай бұрын
Mind-blowing demo!!! I loved how he walked through the code and explained every single line.
@kuljotbakshi9673 ай бұрын
John's observation about the "rephrasing" step in RAG was the game changer for me to understand it much better. Love it!!!
@pk_903 ай бұрын
How to query Cosmos Graph DB for Null values?
@ravigurram98843 ай бұрын
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?
@SQLTalk3 ай бұрын
Thank you for the very informative video!
@vincetravelling3 ай бұрын
@markjbrown bro is white
@vincetravelling3 ай бұрын
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.
@mvhmz3 ай бұрын
how do you search based on array length and keep it cheap
@AzureCosmosDB3 ай бұрын
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.
@georgekontus67303 ай бұрын
Great video, worked perfectly.
@alpealp3 ай бұрын
Thank you for the great video. Is there a place to get the sample project?
@nilsandershvinden26944 ай бұрын
Excellent introduction to the topics addressed in the title.
@SmileyMundlik4 ай бұрын
Can u share any official documentation about connecting to cosmos db through private Ip
@AzureCosmosDB4 ай бұрын
Check out this doc: learn.microsoft.com/azure/cosmos-db/how-to-configure-private-endpoints?tabs=arm-bicep
@LingeshWari-ze7ht5 ай бұрын
Great explanation
@werner94fribourg5 ай бұрын
How to do it with our own CosmosDB datasource and not selecting their default existing sources ?
@SpiritualAdda006 ай бұрын
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
@AzureCosmosDB5 ай бұрын
Private endpoints with Synapse Link are documented here. learn.microsoft.com/en-us/azure/cosmos-db/analytical-store-private-endpoints Thanks!
@slavengaspar68596 ай бұрын
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.”
@AzureCosmosDB5 ай бұрын
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.
@slavengaspar68596 ай бұрын
Excellent presentation
@catfishfortesque-smythe4376 ай бұрын
If you want to be a real hero - link to a repo of the source code you present :)
@bhavanak51346 ай бұрын
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.
@akarnath366 ай бұрын
Great session! Thank you for sharing.
@capri3007 ай бұрын
great content. short and sweet. definitely trying the hands-on lab
@AzureCosmosDB6 ай бұрын
Thank you!
@aaronbcj7 ай бұрын
Can a logical partition span across more than one physical server ?
@AzureCosmosDB5 ай бұрын
No it can't. By design logical partitions reside within one physical partition.
@prakash04537 ай бұрын
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?
@AzureCosmosDB7 ай бұрын
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.
@jbernece7 ай бұрын
This is a great presentation guys. Great stuff. Thanks
@pvpmartins8 ай бұрын
It hangs on/freezes all the time! Really bad developer experience.
@Koushik-07108 ай бұрын
Great video!
@i_amyour_King8 ай бұрын
healped really can i have more such videos
@DarshanK-h7s8 ай бұрын
please do provide the code repository shown in the video
8 ай бұрын
This seems like a complete replacement of AI Search for RAG scenarios