FEATURED NODES SPEAKER: Chris Anthes
ML: Using OpenAI Semantic Search With Neo4j
In this blog, Eranga Dulshan uses OpenAI semantic search and py2neo package on a graph database of PDF files. He saves the OpenAI generated embedding vectors in Neo4j nodes and calculates the cosine similarity at the database level with graph data science.VISUALIZATION: Exploring Neodash for 197M Chemical Full-Text Graph
Tom Nijhof, biomedical engineer, explores a chemical graph database with NeoDash. With an input field and a result field, the addition of a full query yields a fuzzy full-text search.NODES SESSION: Graph Algorithms and Visualization for Clinical Care Support of Pneumonia
PYTHON: NODES 2022 for Pythonistas
GOOGLE CLOUD: Automating Deployment of Neo4j Java Extensions
INTRODUCTION: Knowledge Graphs
TWEET OF THE WEEK: @saezlab
Don’t forget to retweet, if you like it!We connect to the high-performance graph database system @neo4j (https://t.co/tjXOjXqcHn) as a user-friendly way to store and query the knowledge graph. This combination allows building enormous knowledge graphs in a very short time. ?
— Saez-Rodriguez Group (@saezlab) January 12, 2023
COMING UP NEXT
-
- Discover AuraDB with Michael and Alexander on January 23, 2023.
- Neo4j Live: Porting Global-Chem Graph Infrastructure into Neo4j on January 24, 2023.
- Full Stack GraphQL Book Club, Chapter 8: Deploying Our Full Stack GraphQL Application on January 25, 2023.
… OF SPECIAL INTEREST
-
- Gephi 0.10 is out!Gephi is open-source software for network visualization and analysis. Learn about it.
- Quarkus Neo4j, a Quarkus extension to connect to the Neo4j graph database. It enables the use of the Neo4j Java Driver in both JVM mode and native executables. It provides configuration properties to configure all relevant aspects of the driver. Check it out.
- Built-in JDBC connector alpha. Major rework of the JDBC connectivity layer of the Neo4j extension for Liquibase is currently available for testing.
- Graph Data Structure with Java. Rafael del Nero explains how to create basic graph data structures in Java. Discover his tutorials.
- Depth-First Search with Java. In this post, Rafael del Nero explains depth-first search traversal algorithms such as preorder, postorder, and in-order.