feat: 支持多数据库配置与PGVector检索
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package public
|
||||
|
||||
const (
|
||||
DbNameKnowledge = "rag_knowledge"
|
||||
DbNameVector = "rag_vector"
|
||||
)
|
||||
|
||||
// sql 数据库表名
|
||||
const (
|
||||
TableNameDocument = "document"
|
||||
|
||||
Reference in New Issue
Block a user