Skip to content

Commit

Permalink
chore: update docs for Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
niltonheck committed Sep 9, 2024
1 parent 9610145 commit d6c20cc
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 d6c20cc

Please sign in to comment.