mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-10-15 15:40:55 +00:00
解决pgvector向量数据库不支持2000维度的问题
This commit is contained in:
@@ -151,9 +151,9 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<!-- langChain4j vextor support -->
|
<!-- langChain4j vextor support -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.langchain4j</groupId>
|
<groupId>org.jeecgframework</groupId>
|
||||||
<artifactId>langchain4j-pgvector</artifactId>
|
<artifactId>langchain4j-pgvector</artifactId>
|
||||||
<version>${langchain4j.version}</version>
|
<version>0.35.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- langChain4j Document Parser -->
|
<!-- langChain4j Document Parser -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user