Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Jul 15, 2024
1 parent 6342026 commit a54c6db
Show file tree
Hide file tree
Showing 7 changed files with 3,921 additions and 4,011 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ To install the library, add the following lines to your build config file.
<dependency>
<groupId>io.qdrant</groupId>
<artifactId>client</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</dependency>
```

#### SBT

```sbt
libraryDependencies += "io.qdrant" % "client" % "1.9.0"
libraryDependencies += "io.qdrant" % "client" % "1.10.0"
```

#### Gradle

```gradle
implementation 'io.qdrant:client:1.9.0'
implementation 'io.qdrant:client:1.10.0'
```

## 📖 Documentation
Expand Down
Loading

0 comments on commit a54c6db

Please sign in to comment.