jianyangg / local-llm

DSTA Internship Project
0 stars 0 forks source link

Neo4J #9

Closed hanchingyong closed 2 months ago

hanchingyong commented 3 months ago

Explore other features of Neo4J: Focus on exploring DAGs to link data

If you are interested and have time, can explore and help do a "lit-review" on Isolated Databases in Neo4J?

jianyangg commented 2 months ago

Internal note: Current implementation simply tags each index to the tenant-id (a hashed identifier for the tenant). It cannot be prompt-hacked since the llm doesn't determine which tenant's database to fetch data from. This logic is handled in the backend by the orchestrator. The community edition of Neo4j unfortunately limits users to only 1 database.