Convenient Neo4j Integration Tests in GitHub Actions Using the Aura CLI
Dec 15, 2023 11 mins read
Learn how you can automatically run integration tests on Neo4j in Github Actions using the Neo4j Aura CLI. Read more →
Learn how you can automatically run integration tests on Neo4j in Github Actions using the Neo4j Aura CLI. Read more →
With the new Neo4j Driver for Javascript version 5.14, you can now query Neo4j using the Deno Typescript and Javascript runtime natively. Read more →
To use k-means on graph data, we need to represent the graph’s topology in vector space. We can do this by applying node embedding algorithms. Read more →
Natural language processing made easy. Learn how to analyze annual reports using Large Language Models and knowledge graphs. Read more →
The new Parallel Cypher Runtime is a fantastic alternative for executing graph-global read queries, but you should know when to use it. Read more →
As the final blog post of the Project NaLLM blog series, we reflect on the positive aspects and challenges encountered during this project. Read more →
In this article, we are going to show how journey planning can be done using a dataset of the railway network in Great Britain and a new Cypher feature called quantified path patternsIntroductionPlanning a journey on a railway network is usually… Read more →
Martin shares his experience of how he structured his learning using Neo4j’s developer relations output and educational content. Read more →
In a previous blog, I loaded 197M chemical names into a graph database. All of these are indexed with a full-text index and use the graph properties to improve the search. In order to test the user experience (not just… Read more →
Discover how to optimize prompts for Cypher statement generation to retrieve relevant information from Neo4j in your LLM applications. Read more →
Episode 1 – Exploring Real-World Use CasesLarge language models (LLMs) like ChatGPT have taken the world by storm in 2023 due to their ability to understand and generate human-like text. Their capacity to adapt to different conversational contexts, answer questions… Read more →
Check out the latest updates in Neo4j Workspace, a cohesive developer experience with improved features for query and import. Read more →
For week 49 of Discover AuraDB Free, you'll learn how to analyze software dependencies with deps.dev. Read more →
Learn how to generate deeply interconnected mock datasets using the Mock Graph Data Generator, enabling realistic analysis and testing of ideas. Read more →
Learn how biotech experts and researchers can create biomedical knowledge graphs from various sources easily. Read more →
Hands-On Workshop Exploring Working With Road Network Data and Routing With Graph AlgorithmsRunning path-finding algorithms on large datasets is a use case that graph databases are particularly well suited for. While often pathfinding algorithms are used for finding routes using… Read more →
Learn how to implement a Cypher statement-generating model in ChatGPT 4 by providing only the graph schema information. Read more →
Friedrich Lindenberg showcases his project OpenSanctions which tracks sanctions and financial restrictions on assets and individuals. Read more →
Learn how to implement a context-aware chatbot in GPT-4 that bases its answers on the information retrieved from a graph database. Read more →
As the Neo4j Hackathon comes to a conclusion, here are the winners for different levels of the Cypher Code-Golf Challenge. Read more →
Learn how to use ChatGPT 4 as a domain expert to help you extract knowledge and turn it into a graph from a video transcript. Read more →
Learn how to turn a list of flat elements into a hierarchy with Java, Cypher, and the updated Neo4j driver for Java. Read more →
Discover the power of Cypher Paths in Neo4j Database. Learn about Path data type, variable length paths, and relationship functions. Optimize your query engine today. Read more →
This week in Discover Neo4j AuraDB Free, we're exploring git commit history as a graph in AuraDB, starting from scratch. Read more →
Photo by Galina Nelyubova on UnsplashWell, you might be wondering: Why would one want to write Pandas or SQL-style queries while working with a graph database like Neo4j? Does it not defeat the purpose of having data stored and ingested in… Read more →