Skip to content

kumarankit263/Knowledge_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEO4J Demo Project

Small demo that converts text to a knowledge graph and/or loads a movie CSV into Neo4j, then runs Cypher QA using Gemini (Google) via LangChain integrations.

Files

Requirements

  • Python 3.8+
  • Neo4j AuraDB or local Neo4j instance
  • Google Generative AI API key

Recommended packages (examples):

pip install python-dotenv neo4j langchain langchain-google-genai langchain-community langchain-experimental

Setup
Copy or edit the existing .env with your credentials:

GOOGLE_API_KEY
NEO4J_URI
NEO4J_USERNAME
NEO4J_PASSWORD
Install Python dependencies (see above).

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published