could you provide the GitHub link to the code shown in the video.
@KamleshSingh-um9jy5 күн бұрын
Excellent video !!
@mathewjamesn5 күн бұрын
Great Demo Chander...I love this...Great Show Mark.
@RobertJunega-tg1tz14 күн бұрын
Mind-blowing demo!!! I loved how he walked through the code and explained every single line.
@kuljotbakshi96714 күн бұрын
John's observation about the "rephrasing" step in RAG was the game changer for me to understand it much better. Love it!!!
@pk_9015 күн бұрын
How to query Cosmos Graph DB for Null values?
@ravigurram988420 күн бұрын
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?
@SQLTalk25 күн бұрын
Thank you for the very informative video!
@vincetravelling27 күн бұрын
@markjbrown bro is white
@vincetravelling27 күн бұрын
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Ай бұрын
how do you search based on array length and keep it cheap
@AzureCosmosDB27 күн бұрын
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Ай бұрын
Great video, worked perfectly.
@alpealpАй бұрын
Thank you for the great video. Is there a place to get the sample project?
@nilsandershvinden2694Ай бұрын
Excellent introduction to the topics addressed in the title.
@SmileyMundlik2 ай бұрын
Can u share any official documentation about connecting to cosmos db through private Ip
@AzureCosmosDB2 ай бұрын
Check out this doc: learn.microsoft.com/azure/cosmos-db/how-to-configure-private-endpoints?tabs=arm-bicep
@LingeshWari-ze7ht2 ай бұрын
Great explanation
@werner94fribourg3 ай бұрын
How to do it with our own CosmosDB datasource and not selecting their default existing sources ?
@SpiritualAdda003 ай бұрын
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
@AzureCosmosDB3 ай бұрын
Private endpoints with Synapse Link are documented here. learn.microsoft.com/en-us/azure/cosmos-db/analytical-store-private-endpoints Thanks!
@slavengaspar68593 ай бұрын
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.”
@AzureCosmosDB3 ай бұрын
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.
@slavengaspar68593 ай бұрын
Excellent presentation
@catfishfortesque-smythe4373 ай бұрын
If you want to be a real hero - link to a repo of the source code you present :)
@bhavanak51343 ай бұрын
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.
@akarnath363 ай бұрын
Great session! Thank you for sharing.
@capri3004 ай бұрын
great content. short and sweet. definitely trying the hands-on lab
@AzureCosmosDB4 ай бұрын
Thank you!
@aaronbcj4 ай бұрын
Can a logical partition span across more than one physical server ?
@AzureCosmosDB3 ай бұрын
No it can't. By design logical partitions reside within one physical partition.
@prakash04534 ай бұрын
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?
@AzureCosmosDB4 ай бұрын
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.
@jbernece5 ай бұрын
This is a great presentation guys. Great stuff. Thanks
@pvpmartins5 ай бұрын
It hangs on/freezes all the time! Really bad developer experience.
@techshortstamil55735 ай бұрын
Great video!
@i_amyour_King5 ай бұрын
healped really can i have more such videos
@DarshanK-h7s5 ай бұрын
please do provide the code repository shown in the video
6 ай бұрын
This seems like a complete replacement of AI Search for RAG scenarios
@alonerock1366 ай бұрын
thanks, its helpful
@alonerock1366 ай бұрын
great explaination video, thank you!
@michelepilla22946 ай бұрын
1:03:13 starts talking about Azure containers
@southcroydon74626 ай бұрын
I wanted to see /learn about consistency but this does not cover the important bits . good to know partition based find
@martinsmith86706 ай бұрын
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-jpt6 ай бұрын
Is it really free tier if it's only based on Southeast Asia (network egress cost)?
@kxito49456 ай бұрын
Resource Links are not working
@AzureCosmosDB6 ай бұрын
that issue is now resolved
@critterpower6 ай бұрын
Can you seed an existing CosmosDB with data directly from Azure pipelines/Devops?
@tushargogiya40176 ай бұрын
Can we take data from csv files rather than typing edges details or nodes details with the help of queries ?
@rjmilitante27876 ай бұрын
The Microsoft Principal Engineer is using a Mac
@AzureCosmosDB6 ай бұрын
Sure is.
@marcosr757 ай бұрын
Great Conference
@ndlgorur7 ай бұрын
What does "vectorizing" mean for a database? Could you please elaborate and provide some reference links?
@WilliamWang-i9t7 ай бұрын
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
@magelatorres34947 ай бұрын
Hi, Could you please share the notebook in python presented by James Codella in his presentation? Thanks
@WilliamWang-i9t7 ай бұрын
You may find the notebooks through our vector database doc: learn.microsoft.com/en-us/azure/cosmos-db/vector-database
@PrashantMishra-pk2ji7 ай бұрын
good one
@koteswararao22887 ай бұрын
Very informative and mind blowing !!
@aditisoni137 ай бұрын
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?
@AzureCosmosDB7 ай бұрын
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