Merge pull request #135 from sirius0xdev/fix/t_3d94b392-cnpg-allowed-pgvector
fix: enable pgvector for mem0 plugin
This commit is contained in:
commit
9731719564
1 changed files with 3 additions and 2 deletions
|
|
@ -16,6 +16,8 @@ spec:
|
|||
- pgvector
|
||||
|
||||
postgresql:
|
||||
allowedExtensions:
|
||||
- "*"
|
||||
parameters:
|
||||
# pgvector HNSW index memory settings
|
||||
maintenance_work_mem: "256MB"
|
||||
|
|
@ -35,8 +37,7 @@ spec:
|
|||
- name: memory
|
||||
ensure: present
|
||||
login: true
|
||||
createdb: true
|
||||
createrole: true
|
||||
superuser: true
|
||||
passwordSecret:
|
||||
name: memory-db-credentials
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue