5 months ago
Description: Graph-vector memory service for AI assistants
Category: AI/ML
4 Replies
4 months ago
the falkordb keeps crashing with this log:
*** FATAL CONFIG FILE ERROR (Redis 8.2.2) ***
Reading the configuration file, at line 5
>>> 'requirepass "--protected-mode" "no"'
wrong number of arguments
4 months ago
It looks like maybe your password didn't get added? This is my REDIS_ARGS on the falkordb service: --save 60 1 --appendonly yes --appendfsync everysec --requirepass XXXXXXXXX . Where XXXXXXX is the password from the FALKOR_PASSWORD at the top of the variables list.
4 months ago
thanks for the reply, Ive tried like 3 times without success, so besides of the opanai api key and qdrant credentials is there something else to setup? what about the placeholders shown here?
Attachments
felores
thanks for the reply, Ive tried like 3 times without success, so besides of the opanai api key and qdrant credentials is there something else to setup? what about the placeholders shown here?
4 months ago
Sorry @felores I missed your reply. Just saw it now when I was updating the template.
You can actually remove the --requirepass (i.e. remove everything after everysec ) and it should work. I've just made that change on the template now as well.