in English
post in English
Graphs & LLM : a visual introduction
- Explore Core Concepts – Gain a foundational understanding of how graph technologies enhance Generative AI applications. Learn about essential terms and concepts such as embeddings, vector search, and Graph #RAG.
- Learn about the #Neo4j property graph model – Understand how it can be leveraged to structure and query data effectively.
- Understand Limitations and Opportunities – Identify some of the current limitations of integrating graphs with LLMs and explore opportunities for overcoming these challenges.
- Receive Practical Resources – Walk away with a cheat sheet that includes technical basics, helpful documentation, and essential resources. You’ll also receive code examples for Neo4j and #LangChain to help you get started.
Whether you’re new to the potential of combining graphs with LLMs or need to convey these ideas to non-technical colleagues, this talk will help you move forward!
NODES 2022 : Genealogy with different graph technologies for data collection & visualization
Graphs are a very interesting structure to get the best of human thinking combined with automatic processing. Through a very intuitively graph based use case – genealogy – the following presentation at the Nodes 2022 conference takes genealogical researches as an example to illustrate possibilities that can be applied to many domain of research. It is demoing several graph issues and technologies, from data collection to visualization, including data transfer from one app to another:
- documentation collection, in a graph structure, with TheBrain Technologies application,
- Gramps visualizations based on a family tree specific layout algorithm
- Bloom for visual and interactive exploration of data structured in graph and
- yWorks to make precisely selected information of interest, stand out on a graph display
- as well as Neo4j graph database as a pivot technology, to make use of graph topology and graph pattern matching
Data collection and export/import process from TheBrain to Gramps via Neo4j are presented, graph models are discussed.
GeoGraph : Normalized Categorization of Multisource Geolocated Data
How GeoGraph, a multisource database of geolocated objects has been build, and how objects categorization is normalized with the Landmarks Objects Ontology build for the Choucas project. We will look into how the graph structure can be used in this context and demo how results of database queries can be displayed on a map, with a QGIS script.
Lire la suite »GeoGraph : Modelling and building a graph database of multi-source landmarks to help emergency mountain rescuers
The purpose of the Choucas research project is to come up with methods, tools and resources, to help mountain rescue team localise victims, when answering emergency calls. In this context, we have built a graph data base with the Neo4j Label Property Graph (LPG) technology, that integrates several sources of geolocated objects. Some data comes from the national mapping agency (IGN BDTOPO), others, like routes from crowdsourcing websites. Categorization of multi-source imported data has been normalized by an instantiation process based on the Landmarks Objects Ontology (OOR) that had previously been produced by the project team.
The flexibility of graph databases helps make the right modelling choices by progressively taking into account problems observed in the data as well as researchers and users feedback and new needs.
A more in depth presentation of this work, with a demo of a python script to display the content of the database on a map, with QGIS can be seen here.
Here is the presentation of this work done at the International Cartographic Conference, on 15th Dec. 2021 : Lire la suite »
NODES 2020 : Using Cypher to Extend a Graph-Based Documentation
At NODES2020, I’ve presented about graphs for humans : how to manually build a graph structured documentation with TheBrain Technologies, and why this graph writing is so useful.
Also how cypher (Neo4j *) can be used to automatically extract tables or hierarchies needed for specific contexts of use of this documentation.
Along the way, I’ve exposed some ideas about Information Design, the way I see it, that is including all that concerns representation of information but also structuring and the way they are interrelated.