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
When running the Backend (java + docker-compose) and Frontend (docker) in the current version with the azure properties file (using gpt-4o) configured and a repo from the local file system ingested, which worked nicely btw, I get the following error when asking a question in the frontend: Status code 404, "{"error":{"code":"404","message": "Resource not found"}}"
and the following error in the backend: Neo.ClientNotification.Statement.UnknownRelationshipTypeWarning: The provided relationship type is not in the database. MATCH (f:FileNode)-[:RELATED_TO]->(c:ConversationNode) WHERE c.id = $conversationNodeId RETURN f ^ One of the relationship types in your query is not available in the database, make sure you didn't misspell it or that the label is available when you run this statement in your application (the missing relationship type is: RELATED_TO)
The neo4j graph doesn't have any RELATED_TO relationships currently, only HAS_FILE and MIGRATED_TO
Did I miss any step in the setup?
The text was updated successfully, but these errors were encountered:
JanEisen
changed the title
Status code 404, "{"error":{"code":"404","message": "Resource not found"}}"
RELATED_TO relationship in neo4j not found
Dec 16, 2024
JanEisen
changed the title
RELATED_TO relationship in neo4j not found
RELATED_TO relationship in neo4j not found - 404
Dec 16, 2024
When running the Backend (java + docker-compose) and Frontend (docker) in the current version with the azure properties file (using gpt-4o) configured and a repo from the local file system ingested, which worked nicely btw, I get the following error when asking a question in the frontend:
Status code 404, "{"error":{"code":"404","message": "Resource not found"}}"
and the following error in the backend:
Neo.ClientNotification.Statement.UnknownRelationshipTypeWarning: The provided relationship type is not in the database. MATCH (f:FileNode)-[:RELATED_TO]->(c:ConversationNode) WHERE c.id = $conversationNodeId RETURN f ^ One of the relationship types in your query is not available in the database, make sure you didn't misspell it or that the label is available when you run this statement in your application (the missing relationship type is: RELATED_TO)
The neo4j graph doesn't have any RELATED_TO relationships currently, only HAS_FILE and MIGRATED_TO
Did I miss any step in the setup?
The text was updated successfully, but these errors were encountered: