Neo4J embeddings on a read-only neo4j instance #1698
Unanswered
SimonSuewerUHH
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hello, Maybe I am missing something, but if you don't ingest anything in the application, then the application will simply be reading from Neo4J and will never write anything. cc @jmartisk |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon, nice team.
I am trying to use neo4j as an embedding store. However, I want to do this in a read-only context. This means that the embeddings are all set beforehand and the application is then only run in read mode in production.
In fact, we first set all indexes and constraints so that we pass the createSchema functions.
I wonder if it is possible to read embeddings only, or if this is not intended. If this is not currently possible, I would suggest introducing an optional readMode which, when set, would prevent corresponding write operations from being executed with optional logging.
Error itself.
I hope you can help me with this.
Many thanks and best regards,
Simon
Beta Was this translation helpful? Give feedback.
All reactions