Tag: openai
-
Enter LangGraph
I finally bit the bullet and tried out LangGraph. LangGraph is a library for building stateful, multi-actor applications with LLMs, used to create agent and multi-agent workflows. I created an LLM application that facilitates learning by generating questions and answers related to the user’s topic. Github repo
-
Structured Data to Knowledge Graph for Retrieval-Augemented Generation
Building a knowledge graph-powered RAG from structured data. Github repo
-
Retrieval-augmented generation powered by a knowledge graph
Automated knowledge graph construction and RAG implementation using OpenAI’s ChatGPT and Neo4j.