Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSON support for neo4j via llamaindex rag integration #350

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

AgentGenie
Copy link
Collaborator

Why are these changes needed?

This PR add JSON file support to Neo4j via Llamaindex integration.
This is a prerequisite for RAG on PDF file support. As we plan to use JSON to store the structured meta data for the parsed PDF files.

Related issue number

Related to #68

Checks

pytest -v test/agentchat/contrib/graph_rag/test_neo4j_graph_rag.py::test_neo4j_json_auto
============================================================================================ test session starts =============================================================================================
platform linux -- Python 3.11.10, pytest-7.4.4, pluggy-1.5.0 -- /usr/local/bin/python3.11
cachedir: .pytest_cache
rootdir: /workspaces/ag2
configfile: pyproject.toml
plugins: xdist-3.6.1, cov-6.0.0, anyio-4.6.2.post1, asyncio-0.23.8
asyncio: mode=Mode.STRICT
collected 1 item                                                                                                                                                                                             

test/agentchat/contrib/graph_rag/test_neo4j_graph_rag.py::test_neo4j_json_auto PASSED  

@Eric-Shang Eric-Shang added this pull request to the merge queue Jan 4, 2025
@Eric-Shang
Copy link
Collaborator

LGTM

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 4, 2025
@Eric-Shang Eric-Shang added this pull request to the merge queue Jan 4, 2025
Merged via the queue into main with commit c156417 Jan 4, 2025
221 of 229 checks passed
@AgentGenie AgentGenie deleted the neo4j_json branch January 14, 2025 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants