-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Do you need to ask a question?
- I have searched the existing question and discussions and this question is not already answered.
- I believe this is a legitimate question, not just a bug or feature request.
Your Question
Hi.
And so, in the installation instructions, everything is simple and rosy, but in practice there is nothing to be happy about.
you have it said, copy the example env file and run docker compose.
But there are a lot of fields that are not filled in, and even more fields that are commented out, why isn't there a simple ready-made .env file to just run at least this?
Why are there so many databases? What is not enough for the system to work? Can't Postgresql handle it??? why is there a QDRANT, NEO4J_?
What should I do about it?:
MEMGRAPH_DATABASE=memgraph
MEMGRAPH_PASSWORD=
MEMGRAPH_USERNAME=
NEO4J_PASSWORD=your_password
NEO4J_URI=neo4j+s://xxxxxxxx.databases.neo4j.io
How can I run your build without the heavy-duty ollama??? I don't need the containers to eat up the whole server!
You have the word "easy" in the name of your project, but it's probably just a word...
Assemble the file .env for quick startup and give everyone the opportunity to run the build with one command, instead of having to deal with a million parameters in which, for example, I don't understand anything!
I also want to run such a database, but I can't run it because of a bunch of settings!
Thanks for attention.
Additional Context
No response