/graph-rag-js-research

Graph retrieval augmented generation with OpenAI, LangChain and Neo4J

Primary LanguageJavaScript

Graph RAG JS Research

Repository to research on Graph RAG(Graph Retrieval Augmented Generation) using OpenAI and Neo4J Graph database to improve accuracy of prompt results.

Setup

  • Create a .env file in the root folder and copy the contents from .env.sample file. Get Open AI API key and Neo4J credentials and set those values to the env variables in the .env file.
  • Run npm install command to install dependencies.
  • Run npm run retriever command to run the application.