voidKandy / espionox

Use espionox to streamline making LLM applications in Rust
https://crates.io/crates/espionox
10 stars 0 forks source link

Dockerize database and configuration for easily using the long term memory feature #5

Closed voidKandy closed 7 months ago

voidKandy commented 10 months ago

The docker image has been created and an example of how to use it is in the egui example repo. Up next will be creating volume support

voidKandy commented 10 months ago

The image wasn't running the migrations needed but is now, Also base image has been changed to the pgvector image