๐ค About
Did you already ask yourself how a country handles the The United Nations 17 Sustainable Goals (UN SDGs)
and discover how a country acts:
- ๐ช For Itself
- ๐ For the region it belongs to
- ๐ (more globally) for the world
Well...this is all what this post is about, as part of #NODES23
event.
๐ช Teaser
With this first 30'
content, you'll discover how to:
-
๐ก Brainstorm with many creative AIs and build a project roadmap thanks to Self-Critique LLM Chain Using LangChain &
SmartLLMChain
- ๐ Organize and link heterogeneous data together (Kaggle, DuckDb)
- โ๏ธ Build & RUN an efficient pipeline
- ๐ฆ Deliver a global well designed knowledge graph
- ๐ฃ๏ธ Chat/Q&A with data in natural language: interact with the knowledge Graph (Langchain & Llama_Index)
- ๐ฌ Interactively explore the graph (ie. see how the open data is linked to more global concerns from UNs)
- ๐ Dive into dataviz experience, with Kineviz GraphXR
- ๐งโ๐จ Enjoy some movie data art experience with Gephi and Runway
๐ฝ๏ธ Storytelling
Enough chat, here is the live session replay:
๐งโ๐จ Data art contemplation ๐ถ
The creation pipeline is as follows:
-
Export data from
Neo4J Bloom
-
Import data into
Gephi
- Tune a dataviz with Gephi (Force Atlas based)
-
Inject dataviz into
Runway
Gen2 - Play with Slow motion
- Add soundtrack
Below the output:
Top comments (12)
โ How to RAG on Neo4J #542
โ Context
From Python/LlamaIndex and Python/Langchain I could successfully interact with a Neo4J instance :
Now, I would like to use this on Quarkus for a corporate KG and I wonder how this could be achieved on the Quarkus stack.
โ Question