Bug 合集
1、初始化 PostgreSQL 出现的问题
Caused by: org.postgresql.util.PSQLException: ERROR: relation "public.vector_store" does not exist 最简单的办法是让启动 Spring 自动创建,但是这个自动创建需要先提前注释掉两行代码
@Configuration
public class PgVectorVectorStoreConfig {
@Resource
private ...
leikooo.hashnode.dev2 min read