Object Mapping in the Neo4j Driver for .NET
Feb 13 5 mins read
Using the Neo4j Driver for .NET, it's possible to turn query results directly into objects with minimal boilerplate. Read more →
Using the Neo4j Driver for .NET, it's possible to turn query results directly into objects with minimal boilerplate. Read more →
We will build a catalog of songs and lyrics with Neo4j, and use its built-in GenAI to find songs from a synopsis of what they are about. Read more →
Check out the demonstration of using Langchain v0.1 to update Neo4j & LLM courses on the Neo4j GraphAcademy. Read more →
Explore the essence of DAGs, their applications, and their potential through an in-depth analysis of a Gantt chart’s critical path. Read more →
Learn how to scrape YouTube video transcripts into a knowledge graph for Retrieval Augmented Generation (RAG) applications. Read more →
NeoDash v2.4 features exciting new features for creating your Neo4j graph dashboards, including 3D graphs, extensions, forms, and more. Read more →
Learn how to use PDF documents to build a graph and LLM-powered retrieval augmented generation application. Read more →
Exploring the Shortcomings of Text Embedding Retrieval for LLM GenerationLoch Awe in Scotland, photo by author.AbstractExternal knowledge is the key to resolving the problems of LLMs such as hallucination and outdated knowledge, which can make LLMs generate more accurate and reliable… Read more →
The Neo4j Vector Index implementation in LangChain has many customizable options available. Learn how to do them for your RAG application. 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 →
At Neo4j, we developed a new graph format that is more IO and CPU efficient and handles low memory situations better. 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 →
The Neo4j Needle StarterKit is a template for app development aiming to reduce your development time and accelerate your Time To Value. Read more →
Natural language processing made easy. Learn how to analyze annual reports using Large Language Models and knowledge graphs. Read more →
Learn how to improve data quality in Neo4j 5 with the new features: type constraints and type predicate expressions. Read more →
Py2neo has come to an end. This guide helps you migrate your ongoing work with Neo4j in Python to neomodel. Read more →
Enter rdflib-neo4j, an open-source Python library with RDF integration that is available on cloud as well as on-premise. 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 →
Introducing new features in Neo4j DevTools: Workspace (localhost), Query (editor, tables), Import (Cypher import, preview). Read more →
The updated Needle version 2 is here. Discover the new features of Neo4j's Design System including new brand identity and functions. Read more →
Neo4j Vector Index and GraphCypherQAChain for optimizing the synthesis of information for informed response generation with Mistral-7b Read more →
Discover GraphQL best practices to make your GraphQL development process more efficient and deliver better product. Read more →
In this live stream series, Jesús and Alex explored the many aspects of semantics, ontologies and knowledge graphs. Read more →
See how we use Cypher to write a computer player for a five-in-a-row game, and a competition we had with this for the colleagues at Neo4j. Read more →