Turn your CSVs into Graphs using LLMs

Turn your CSVs into Graphs using LLMs

A guide to using LLMs to generate a Graph data model from flat CSV files

Natural Language to Database Query with LangGraph

Natural Language to Database Query with LangGraph

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

Natural Language Queries on Pandas with LangChain and DuckDB

Using DuckDB to perform natural language search on a Pandas DataFrame

TIL: Plotting Neo4j Results with Matplotlib

TIL: Plotting Neo4j Results with Matplotlib

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

TIL: Passing Output Parameters Between Jobs in Github Actions

How to pass the output of one command to another in a GitHub Action