vigil-llm icon indicating copy to clipboard operation
vigil-llm copied to clipboard

More robust Docker container

Open deadbits opened this issue 1 year ago • 0 comments

  • Vector database should be a persisted volume when using Docker so you don't have to download and load the data every time. Also, any auto_update added records will be lost between runs right now.
  • Modify entrypoint process so other embedding models can be used. right now its just openAI because they are hard-coded in entrypoint.sh
  • Use Docker compose

deadbits avatar Sep 19 '23 21:09 deadbits