You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue documents inconsistencies in environment variables for Neo4j Dataprep across different files within the GenAIComps and GenAIExamples repositories. These inconsistencies can lead to confusion and deployment issues.
GenAIComps/comps/dataprep/src/README_neo4j_llamaindex.md sets both to the same value.
GenAIExamples/GraphRAG/README.md sets NEO4J_URI.
NEO4J_PLUGINS:
GenAIComps/tests/dataprep/test_dataprep_neo4j_on_intel_hpu.sh: Sets NEO4J_PLUGINS to ["apoc"].
GenAIComps/comps/dataprep/src/README_neo4j_llamaindex.md: Does not explicitly set or mention NEO4J_PLUGINS.
GenAIExamples/GraphRAG/README.md: Does not explicitly set or mention NEO4J_PLUGINS.
NEO4J_PORT2:
GenAIComps/tests/dataprep/test_dataprep_neo4j_on_intel_hpu.sh: Sets NEO4J_PORT2 to 7687 (and also mentions a commented-out alternative 11632).
GenAIComps/comps/dataprep/src/README_neo4j_llamaindex.md: Sets NEO4J_PORT2 to 7687 (and also mentions a commented-out alternative 11632). It also sets NEO4J_URI and NEO4J_URL using this port.
GenAIExamples/GraphRAG/README.md: Does not explicitly set NEO4J_PORT2, but it does mention it in the context of NEO4J_URI and in a table showing port 7687.
Recommendation:
We can choose one set of ports, environment variables e.g. from the unit test, and update accordingly GenAIComps/comps/dataprep/src/README_neo4j_llamaindex.md and GenAIExamples/GraphRAG/README.md.
Roo Prompt (FYI):
"Could you take a look at these files below and check for inconsistencies between them e.g. environment variables, ports? GenAIExamples/GraphRAG/README.md
GenAIComps/tests/dataprep/test_dataprep_neo4j_on_intel_hpu.sh
GenAIComps/comps/dataprep/src/README_neo4j_llamaindex.md"
"Could you also summarize the differences between the files for environment variable NEO4J_PLUGINS=["apoc"], and NEO4J PORT2?"
Perhaps checks of unit tests vs. README can be automated with LLM?
The text was updated successfully, but these errors were encountered:
This issue documents inconsistencies in environment variables for Neo4j Dataprep across different files within the GenAIComps and GenAIExamples repositories. These inconsistencies can lead to confusion and deployment issues.
DATAPREP_PORT:
TEI_EMBEDDER_PORT:
NEO4J_URI / NEO4J_URL:
NEO4J_PLUGINS:
NEO4J_PORT2:
Recommendation:
We can choose one set of ports, environment variables e.g. from the unit test, and update accordingly
GenAIComps/comps/dataprep/src/README_neo4j_llamaindex.md
andGenAIExamples/GraphRAG/README.md
.Roo Prompt (FYI):
"Could you take a look at these files below and check for inconsistencies between them e.g. environment variables, ports? GenAIExamples/GraphRAG/README.md
GenAIComps/tests/dataprep/test_dataprep_neo4j_on_intel_hpu.sh
GenAIComps/comps/dataprep/src/README_neo4j_llamaindex.md"
"Could you also summarize the differences between the files for environment variable NEO4J_PLUGINS=["apoc"], and NEO4J PORT2?"
Perhaps checks of unit tests vs. README can be automated with LLM?
The text was updated successfully, but these errors were encountered: