Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 489 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 489 Bytes

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.