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
Thank you for the helpful blog.
code :llama_index_neo4j_custom_retriever.ipynb
while configuring Neo4jPGstore, I faced the following warning: WARNING:neo4j.notifications:Received notification from DBMS server: {severity: WARNING} {code: Neo.ClientNotification.Statement.FeatureDeprecationWarning} {category: DEPRECATION} {title: This feature is deprecated and will be removed in future versions.} {description: The procedure has a deprecated field. ('config' used by 'apoc.meta.graphSample' is deprecated.)} {position: line: 1, column: 1, offset: 0} for query: "CALL apoc.meta.graphSample() YIELD nodes, relationships RETURN nodes, [rel in relationships | {name:apoc.any.property(rel, 'type'), count: apoc.any.property(rel, 'count')}] AS relationships" Received notification from DBMS server: {severity: WARNING} {code: Neo.ClientNotification.Statement.FeatureDeprecationWarning} {category: DEPRECATION} {title: This feature is deprecated and will be removed in future versions.} {description: The procedure has a deprecated field. ('config' used by 'apoc.meta.graphSample' is deprecated.)} {position: line: 1, column: 1, offset: 0} for query: "CALL apoc.meta.graphSample() YIELD nodes, relationships RETURN nodes, [rel in relationships | {name:apoc.any.property(rel, 'type'), count: apoc.any.property(rel, 'count')}] AS relationships"
The text was updated successfully, but these errors were encountered:
Thank you for the helpful blog.
code :llama_index_neo4j_custom_retriever.ipynb
while configuring Neo4jPGstore, I faced the following warning:
WARNING:neo4j.notifications:Received notification from DBMS server:
{severity: WARNING} {code:
Neo.ClientNotification.Statement.FeatureDeprecationWarning} {category:
DEPRECATION} {title: This feature is deprecated and will be removed in
future versions.} {description: The procedure has a deprecated field.
('config' used by 'apoc.meta.graphSample' is deprecated.)} {position: line:
1, column: 1, offset: 0} for query: "CALL apoc.meta.graphSample() YIELD
nodes, relationships RETURN nodes, [rel in relationships |
{name:apoc.any.property(rel, 'type'), count: apoc.any.property(rel,
'count')}] AS relationships" Received notification from DBMS server:
{severity: WARNING} {code:
Neo.ClientNotification.Statement.FeatureDeprecationWarning} {category:
DEPRECATION} {title: This feature is deprecated and will be removed in
future versions.} {description: The procedure has a deprecated field.
('config' used by 'apoc.meta.graphSample' is deprecated.)} {position: line:
1, column: 1, offset: 0} for query: "CALL apoc.meta.graphSample() YIELD
nodes, relationships RETURN nodes, [rel in relationships |
{name:apoc.any.property(rel, 'type'), count: apoc.any.property(rel,
'count')}] AS relationships"
—
Reply to this email directly, view it on GitHub
<#42>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYGGTII424X64TVDLXUKY3ZYLW2TAVCNFSM6AAAAABO3AUS2OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DQNJXGU3DCNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Thank you for the helpful blog.
code :llama_index_neo4j_custom_retriever.ipynb
while configuring Neo4jPGstore, I faced the following warning:
WARNING:neo4j.notifications:Received notification from DBMS server: {severity: WARNING} {code: Neo.ClientNotification.Statement.FeatureDeprecationWarning} {category: DEPRECATION} {title: This feature is deprecated and will be removed in future versions.} {description: The procedure has a deprecated field. ('config' used by 'apoc.meta.graphSample' is deprecated.)} {position: line: 1, column: 1, offset: 0} for query: "CALL apoc.meta.graphSample() YIELD nodes, relationships RETURN nodes, [rel in relationships | {name:apoc.any.property(rel, 'type'), count: apoc.any.property(rel, 'count')}] AS relationships" Received notification from DBMS server: {severity: WARNING} {code: Neo.ClientNotification.Statement.FeatureDeprecationWarning} {category: DEPRECATION} {title: This feature is deprecated and will be removed in future versions.} {description: The procedure has a deprecated field. ('config' used by 'apoc.meta.graphSample' is deprecated.)} {position: line: 1, column: 1, offset: 0} for query: "CALL apoc.meta.graphSample() YIELD nodes, relationships RETURN nodes, [rel in relationships | {name:apoc.any.property(rel, 'type'), count: apoc.any.property(rel, 'count')}] AS relationships"
The text was updated successfully, but these errors were encountered: