{"id":22476883,"url":"https://github.com/extrawest/neo4j_graph_db_example","last_synced_at":"2025-03-27T17:43:20.495Z","repository":{"id":266694088,"uuid":"899063953","full_name":"extrawest/neo4j_graph_db_example","owner":"extrawest","description":"LangChain Neo4j GraphDB Example","archived":false,"fork":false,"pushed_at":"2024-12-05T15:07:42.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-22T08:03:09.749Z","etag":null,"topics":["ai","cypher-query-language","graph-db","langchain","neo4j","rag"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extrawest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-05T14:57:32.000Z","updated_at":"2024-12-23T09:10:15.000Z","dependencies_parsed_at":"2024-12-05T16:22:39.010Z","dependency_job_id":"76c73209-57bc-45ea-a555-3d72accee9cb","html_url":"https://github.com/extrawest/neo4j_graph_db_example","commit_stats":null,"previous_names":["extrawest/neo4j_graph_db_example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fneo4j_graph_db_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fneo4j_graph_db_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fneo4j_graph_db_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fneo4j_graph_db_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrawest","download_url":"https://codeload.github.com/extrawest/neo4j_graph_db_example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245896944,"owners_count":20690372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","cypher-query-language","graph-db","langchain","neo4j","rag"],"created_at":"2024-12-06T14:08:28.109Z","updated_at":"2025-03-27T17:43:20.469Z","avatar_url":"https://github.com/extrawest.png","language":"Python","readme":"#  LangChain Neo4j GraphDB Example\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)]()\n[![Maintaner](https://img.shields.io/static/v1?label=Andriy%20Gulak\u0026message=Maintainer\u0026color=red)](mailto:andriy.gulak@extrawest.com)\n[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/extrawest/neo4j_graph_db_example/issues)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## PROJECT INFO\n- **Langchain Python AI Graph RAG**\n- Neo4j for GraphDB\n- Cypher for queries\n\n## Features\n- Neo4j GraphDB RAG is an AI-based content interpretation and search capability. Using LLMs, it parses data to create a knowledge graph and answer user questions about a user-provided private dataset\n\n## Demo\n1. Query:\n**Which actors have acted in the most movies?**\n\nOutput:\n![neo4j_graphdb](https://github.com/user-attachments/assets/3392bfad-1da0-4e46-83c6-5d24f21fcfdd)\n\n2. Query:\n```cypher\nMATCH (n:Genre) RETURN n LIMIT 25;\n```\n\nOutput:\n![visualisation (1)](https://github.com/user-attachments/assets/359e1360-490c-4613-a539-8c74135007ed)\n\n3. Query:\n```bash\nMATCH p=()-[:IN_GENRE]-\u003e() RETURN p LIMIT 25;\n```\nOutput:\n![visualisation (2)](https://github.com/user-attachments/assets/13a3f5f5-66fb-4769-bb73-5f270a0d1e04)\n\n## Installing:\n**1. Clone this repo to your folder:**\n\n```\ngit clone THIS REPO\n```\n\n**2. Create a virtual environment**\n\n**3. Install the dependencies**\n\n```\npip install -r requirements.txt\n``` \n\n[Extrawest.com](https://www.extrawest.com), 2024\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fneo4j_graph_db_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrawest%2Fneo4j_graph_db_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fneo4j_graph_db_example/lists"}