Skip to content

Commit

Permalink
chore: Update dependencies to version 1.0.0
Browse files Browse the repository at this point in the history
Update project dependencies across files to the latest version 1.0.0 for consistency and compatibility.
  • Loading branch information
phodal committed Jul 24, 2024
1 parent 59e0dd4 commit fdd4d70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ see in [https://github.com/unit-mesh/edge-infer](https://github.com/unit-mesh/ed
```groovy
dependencies {
// 核心模块
implementation 'cc.unitmesh:cocoa-core:0.4.6'
implementation 'cc.unitmesh:cocoa-core:1.0.0'
// Pinecone
implementation 'cc.unitmesh:store-pinecone:0.4.6'
implementation 'cc.unitmesh:store-pinecone:1.0.0'
// ElasticSearch
implementation 'cc.unitmesh:store-elasticsearch:0.4.6'
implementation 'cc.unitmesh:store-elasticsearch:1.0.0'
//...其它模块
}
```
Expand All @@ -44,7 +44,7 @@ dependencies {
方式 2:使用 RAGScript

```kotlin
@file:DependsOn("cc.unitmesh:rag-script:0.4.6")
@file:DependsOn("cc.unitmesh:rag-script:1.0.0")

import cc.unitmesh.rag.*

Expand Down
8 changes: 4 additions & 4 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docker-compose up
方式 2:使用 RAGScript

```kotlin
@file:DependsOn("cc.unitmesh:rag-script:0.3.3")
@file:DependsOn("cc.unitmesh:rag-script:1.0.0")

import cc.unitmesh.rag.*

Expand Down Expand Up @@ -69,11 +69,11 @@ version: <a href="https://central.sonatype.com/namespace/cc.unitmesh"><img src="
```groovy
dependencies {
// 核心模块
implementation 'cc.unitmesh:cocoa-core:0.3.3'
implementation 'cc.unitmesh:cocoa-core:1.0.0'
// Pinecone
implementation 'cc.unitmesh:store-pinecone:0.3.3'
implementation 'cc.unitmesh:store-pinecone:1.0.0'
// ElasticSearch
implementation 'cc.unitmesh:store-elasticsearch:0.3.3'
implementation 'cc.unitmesh:store-elasticsearch:1.0.0'
//...其它模块
}
```
Expand Down

0 comments on commit fdd4d70

Please sign in to comment.