How to use local storage instead of volatile memory? #672
-
How to change the appsettings.Development.json to use persistent storage instead of volatile memory ? and how to rebuild the kernel with added Postgres connection ? there is no public available package to run below snippet. var postgresConfig = new PostgresConfig(); new ConfigurationBuilder() var memory = new KernelMemoryBuilder() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
all options with comments: |
Beta Was this translation helpful? Give feedback.
all options with comments:
kernel-memory/service/Service/appsettings.json
Line 413 in c652260