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

Use self-managed instances neo4j not support the Genai method #6

Open
yongxingMa opened this issue Aug 8, 2024 · 1 comment
Open

Comments

@yongxingMa
Copy link

docker run \
    -p 7474:7474 -p 7687:7687 \
    -v $PWD/data:/data -v $PWD/plugins:/plugins \
    --name neo4j-apoc \
    -e NEO4J_apoc_export_file_enabled=true \
    -e NEO4J_apoc_import_file_enabled=true \
    -e NEO4J_apoc_import_file_use__neo4j__config=true \
    --env NEO4J_PLUGINS='["apoc", "graph-data-science","genai"]' \
    neo4j:latest

ERROR: could not query null for plugin compatibility information.
This could indicate a problem with your network or this container's network settings.
Neo4j will continue to start, but "genai" will not be loaded.

@zach-blumenfeld
Copy link
Member

Hi @yongxingMa the genai commands currently work on Aura and Enterprise Edition. We will have them on community edition (what you are using above) this month when Neo4j 5.23 is released. Until then, unfortunately, they aren't available on community edition.

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

No branches or pull requests

2 participants