Cinnamon/kotaemon

[BUG] How to customize env and flowsettings.py in doocker

Closed this issue · 1 comments

Description

Would like to change vector store to qdrant or milvius.
How do I customize this in docker

Reproduction steps

Run via docker full image

Screenshots

![DESCRIPTION](LINK.png)

Logs

No response

Browsers

No response

OS

No response

Additional information

No response

You can use the volume mount:
-v your_path/flowsettings.py:/app/flowsettings.py in docker run to override the setting in the Docker container with the file on your host machine.