Skip to content

Commit

Permalink
chore: update docs for Kotlin (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
niltonheck authored Sep 9, 2024
2 parents 581c4a7 + d6c20cc commit 0ad54e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,11 @@ The `.askStream` method returns an async iterator that yields chunks of the answ
```kotlin copy
val answer = answerSession.askStream(AskParams(
query = "What is Orama?"
))
), this)
answer.incoming {
println(it)
}
```
</TabItem>
<TabItem label="Python" icon="seti:python">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ repositories {
mavenCentral()
}

val oramaClientVersion = "0.0.2"
val oramaClientVersion = "0.0.3"

dependencies {
implementation "com.orama:oramacloud-client-kotlin:${oramaClientVersion}"
Expand Down

0 comments on commit 0ad54e9

Please sign in to comment.