Natural Language to Database Query with LangGraph
- July 31, 2024
Natural language to database query is an integral part of Retrieval Augmented Generation (RAG). This post outlines how to create a LangGraph workflow that writes and corrects a Cypher statement.
Natural Language Queries on Pandas with LangChain and DuckDB
- April 11, 2024
Using DuckDB to perform natural language search on a Pandas DataFrame
TIL: Plotting Neo4j Results with Matplotlib
- December 13, 2023
Discover the two lines of code required to convert a Neo4j result to a Pandas DataFrame and plot it with Matplotlib
TIL: Passing Output Parameters Between Jobs in Github Actions
- December 12, 2023
How to pass the output of one command to another in a GitHub Action
The Abridged Guide to Neo4j Cypher Generation with OpenAI GPT-4
- September 28, 2023
Learn how to build a chatbot that connects to Neo4j with minimal code and minimal Cypher.