Found 4331 bookmarks
Newest
Building AI Agents with LLMs, RAG, and Knowledge Graphs: A practical guide to autonomous and modern AI agents
Building AI Agents with LLMs, RAG, and Knowledge Graphs: A practical guide to autonomous and modern AI agents
๐๐จ๐จ๐ค ๐ฉ๐ซ๐จ๐ฆ๐จ๐ญ๐ข๐จ๐ง ๐›๐ž๐œ๐š๐ฎ๐ฌ๐ž ๐ญ๐ก๐ข๐ฌ ๐จ๐ง๐ž ๐ข๐ฌ ๐ฐ๐จ๐ซ๐ญ๐ก ๐ข๐ญ.. ๐€๐ ๐ž๐ง๐ญ๐ข๐œ ๐€๐ˆ ๐š๐ญ ๐ข๐ญ๐ฌ ๐›๐ž๐ฌ๐ญ.. This masterpiece was published by Salvatore Raieli and Gabriele Iuculano, and it is available for orders from today, and it's already a ๐๐ž๐ฌ๐ญ๐ฌ๐ž๐ฅ๐ฅ๐ž๐ซ! While many resources focus on LLMs or basic agentic workflows, what makes this book stand out is its deep dive into grounding LLMs with real-world data and action through the powerful combination of ๐˜™๐˜ฆ๐˜ต๐˜ณ๐˜ช๐˜ฆ๐˜ท๐˜ข๐˜ญ-๐˜ˆ๐˜ถ๐˜จ๐˜ฎ๐˜ฆ๐˜ฏ๐˜ต๐˜ฆ๐˜ฅ ๐˜Ž๐˜ฆ๐˜ฏ๐˜ฆ๐˜ณ๐˜ข๐˜ต๐˜ช๐˜ฐ๐˜ฏ (๐˜™๐˜ˆ๐˜Ž) ๐˜ข๐˜ฏ๐˜ฅ ๐˜’๐˜ฏ๐˜ฐ๐˜ธ๐˜ญ๐˜ฆ๐˜ฅ๐˜จ๐˜ฆ ๐˜Ž๐˜ณ๐˜ข๐˜ฑ๐˜ฉ๐˜ด. This isn't just about building Agents; it's about building AI that reasons, retrieves accurate information, and acts autonomously by leveraging structured knowledge alongside advanced LLMs. The book offers a practical roadmap, packed with concrete Python examples and real-world case studies, guiding you from concept to deployment of intelligent, robust, and hallucination-minimized AI solutions, even orchestrating multi-agent systems. Order your copy here - https://packt.link/RpzGM #AI #LLMs #KnowledgeGraphs #AIAgents #RAG #GenerativeAI #MachineLearning
ยทlinkedin.comยท
Building AI Agents with LLMs, RAG, and Knowledge Graphs: A practical guide to autonomous and modern AI agents
Semantics in use (part 3): an interview with Saritha V.Kuriakose, VP Research Data Management at Novo Nordisk | LinkedIn
Semantics in use (part 3): an interview with Saritha V.Kuriakose, VP Research Data Management at Novo Nordisk | LinkedIn
We continue our series of examples of the use of semantics and ontologies across organizations with an interview with Saritha V. Kuriakose from Novo Nordisk, talking about the pervasive and foundational use of ontologies in pharmaceutical R&D.
ยทlinkedin.comยท
Semantics in use (part 3): an interview with Saritha V.Kuriakose, VP Research Data Management at Novo Nordisk | LinkedIn
how Knowledge Graphs could be used to provide context
how Knowledge Graphs could be used to provide context
๐Ÿ“š Definition number 0๏ธโƒฃ0๏ธโƒฃ0๏ธโƒฃ0๏ธโƒฃ0๏ธโƒฃ1๏ธโƒฃ0๏ธโƒฃ1๏ธโƒฃ ๐ŸŒŠ It is pretty easy to see how context is making really big waves recently. Not long time ago, there were announcements about Model Context Protocol (MCP).ย There is even saying that Prompt Engineers changed their job titles to Context Engineers. ๐Ÿ˜… ๐Ÿ”” In my recent few posts about definitions I tried to show how Knowledge Graphs could be used to provide context as they are built with two types of real definitions expressed in a formalised language. Next, I explained how objective and linguistic nominal definitions in Natural Language can be linked to the models of external things encoded in the formal way to increase human-machine semantic interoperability. ๐Ÿ”„ Quick recap: in KGs objective definitions define objects external to the language and linguistic definitions relate words to other expressions of that language. This is regardless of the nature of the language under consideration - formalised or natural. Objective definitions are real definitions when they uniquely specify certain objects via their characteristics - this is also regardless of the language nature. Not all objective definitions are real definitions and none of linguistic definitions are real definitions. ๐Ÿ’ก Classical objective definitions are an example of clear definitions. Another type of real definitions that could be encountered either in formalised or Natural Language are contextual definitions. An example of such definition is โ€˜Logarithm of a number A with base B is such a number C that B to the power of C is equal to Aโ€™. Obviously this familiar mathematical definition could be expressed in formalised language as well. This makes Knowledge Graphs capable of providing context via contextual definitions apart from other types of definitions covered so far. ๐Ÿคท๐Ÿผโ€โ™‚๏ธ At the same time another question appears. How is it possible to keep track of all those different types of definitions and always be able to know which one is which for a given modelled object? In my previous posts, I have shown how definitions could be linked via โ€˜rdfs:commentโ€™ and โ€˜skos:definitionโ€™. However, that is still pretty generic. It is still possible to extend base vocabulary provided by SKOS and add custom properties for this purpose. Quick reminder: property in KG corresponds to relation between two other objects. Properties allowing to add multiple types of definitions in Natural Language can be created as instances of owl:AnnotationProperty as follows: namespace:contextualDefiniton a owl:AnnotationProperty . After that this new annotation property instance could be used in the same way as more generic linking definitions to objects in KGs. ๐Ÿค“ ๐Ÿ„โ€โ™‚๏ธ The above shows that getting context right way can be tricky endeavour indeed. In my next posts, I will try to describe some other types of definitions, so they can also be added to KGs. If you'd like to level up your KG in this way, please stay tuned. ๐ŸŽธ๐Ÿ˜Ž๐Ÿค™๐Ÿป #ai #knowledgegraphs #definitions
how Knowledge Graphs could be used to provide context
ยทlinkedin.comยท
how Knowledge Graphs could be used to provide context
Confession: until last week, I thought graphs were new
Confession: until last week, I thought graphs were new
Confession: until last week, I thought graphs were new. I shared what I thought was a fresh idea: that enterprise structured data should be modeled as a graph to make it digestible for todayโ€™s AI with its short context windows and text-based architecture. My post attracted graph leaders with roots in the Semantic Web. I learned that ontology was the big idea when the Semantic Web launched in 2001, and fell out of fashion by 2008. Then Google brought it back in 2012 โ€”rebranded as the โ€œknowledge graphโ€ - and graphs became a mainstay in SEO. Weโ€™re living through the third wave of graphs, now driven by the need to feed data to AI agents. Graphs are indeed not new. But thereโ€™s no way I - or most enterprise data leaders of my generation - would have known that. I started my data career in 2013 - peak love for data lakes and disregard for schemas. I haven't met a single ontologist until 3 months ago (hi Madonnalisa C.!). And I deal with tables in the enterprise domain, not documents in public domain. These are two different worlds. Or are they?.. This 1999 quote from Tim Berners-Lee, the father of the Semantic Web hit me: โ€œI have a dream for the Web [in which computers] become capable of analyzing all the data... When it [emerges], the day-to-day mechanisms of trade, bureaucracy, and our daily lives will be handled by machines talking to machines... The โ€˜intelligent agentsโ€™... will finally materialize.โ€ We don't talk about this enough - but we are all one: โžก๏ธ Semantic Web folks โžก๏ธ Enterprise data teams โžก๏ธ SEO and content teams โžก๏ธ data providers like Scale AI and Surge AI In the grand scheme of things, we are all just feeding data into computers hoping to realize Timโ€™s dream. Thatโ€™s when my initial shame turned into wonder. What if we all reimagined our jobs by learning from each other? What if enterprise data teams: โ–ถ๏ธ Prioritized algorithmic discoverability of their data assets, like SEOs do? โ–ถ๏ธ Pursued missing data that improves AI outcomes, like Scale AI does? โ–ถ๏ธ Took ownership of all dataโ€”not just the tables? Would we be the generation that finally realizes the dream? What a time to be alive. | 10 comments on LinkedIn
Confession: until last week, I thought graphs were new
ยทlinkedin.comยท
Confession: until last week, I thought graphs were new
Into the Heart of a UX-driven Knowledge Graph | LinkedIn
Into the Heart of a UX-driven Knowledge Graph | LinkedIn
How is fitness related to a bench? What is suitable for small spaces and can fit by both a sofa and a bed, serving as table but also being flexible to function as a bedside table? And what is a relevant product to complement a bed? Imagine all these questions answered by a furniture website. In one
ยทlinkedin.comยท
Into the Heart of a UX-driven Knowledge Graph | LinkedIn
Unlocking Transparency: Semantics in Ride-Hailing for Consumers | LinkedIn
Unlocking Transparency: Semantics in Ride-Hailing for Consumers | LinkedIn
by Timothy Coleman A recent Guardian report drew attention to a key issue in the ride-hailing industry, spotlighting Uberโ€™s use of sophisticated algorithms to enhance profits while prompting questions about clarity for drivers and passengers. Studies from Columbia Business School and the University
ยทlinkedin.comยท
Unlocking Transparency: Semantics in Ride-Hailing for Consumers | LinkedIn
what is a semantic layer?
what is a semantic layer?
Thereโ€™s a lot of buzz about #semanticlayers on LinkedIn these days. So what is a semantic layer? According to AtScale, โ€œThe semantic layer is a metadata and abstraction layer built on the source data (eg.. data warehouse, data lake, or data mart). The metadata is defined so that the data model gets enriched and becomes simple enough for the business user to understand.โ€ Itโ€™s a metadata layer. Which can be taken a step further. A metadata layer is best implemented using metadata standards that support interoperability and extensibility. There are open standards such as Dublin Core Metadata Initiative and there are home-grown standards, established within organizations and domains. If you want to design and build semantic layers, build from metadata standards or build a metadata standard, according to #FAIR principles (findable, accessible, interoperable, reusable). Some interesting and BRILLIANT โœจfolks to check out in the metadata domain space: Ole Olesen-Bagneux (O2)โ€™s (check out his upcoming book about the #metagrid) Lisa N. Cao Robin Fay Jenna Jordan Larry Swanson Resources in comments ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ | 29 comments on LinkedIn
what is a semantic layer?
ยทlinkedin.comยท
what is a semantic layer?