i have a knowledge graph database using neo4j, it is hosted in external cloud and i want to add its link to Rovo, so everytime Rovo can use its knowledge as reference, how can i do that?
thanks.
Hi @Xinhua Liao _X_ ,
Currently, Rovo does not support direct database connections (like Neo4j) as a knowledge source. Rovo agents can only use:
This means you cannot just paste a Neo4j link and have Rovo query it natively. However, you have two practical options:
Option 1: Expose your Neo4j data as a web-accessible knowledge source
Option 2: Build a custom integration using Forge
Community example:
External APIs + Rovo Agents: What Actually Works
Why no direct DB link?
Rovo is designed to respect permissions and indexing policies. Direct DB connections would bypass those controls, so Atlassian only supports connectors and APIs for now.
Helpful links
Hope the above help 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.