Artificial Intelligence in R&D: Leveraging Graph RAG for Competitive Advantage
July 10, 2025
A blog by R&D AI leader Nicolas Pineau on unlocking innovation in R&D through Graph RAG and AI. Discover how knowledge graphs and Retrieval-Augmented Generation can boost research productivity and deliver strategic advantage.
Technology marketers walk a fine line. Often we rely on metaphors and snappy language to articulate differentiators and capture imaginations. Sometimes those phrases work really well. But at other times, particularly as the product evolves, we can out clever ourselves and cause confusion — or worse — jeopardize credibility. One of the terms we came […]
Publishing is about content, not format. — Wendy Queen, Associate Director of Project Muse, Johns Hopkins University Press I first heard this quotation at an STM Group Innovation Day I attended in London in early December. The speaker was Sayeed Choudhury of the Data Conservancy at John Hopkins University and notes on his presentation were […]
[Editor’s Note: Adapted from Adam Fowler’s blog:] A new feature of MarkLogic 7’s search API is range index scoring – affecting relevancy based on a specific value(s) within a document. MarkLogic returns results in relevance order, and range index scoring allows you to determine relevancy based on the value of an element in a document, […]
Generally, optimizations in the evaluator try to be lazy whenever they can when evaluating functions. This allows the application to process data only when needed and limits memory use to only what is needed. But sometimes, you need to evaluate eagerly to improve performance. Here we discuss one use case when it is best to specify eager evaluation.