mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-06 04:05:37 +00:00
Implement a first version of a streamed chat API
This commit is contained in:
parent
223f5b7283
commit
fbd3558f04
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -442,7 +442,7 @@ dependencies = [
|
|||||||
"derive_builder 0.20.2",
|
"derive_builder 0.20.2",
|
||||||
"eventsource-stream",
|
"eventsource-stream",
|
||||||
"futures",
|
"futures",
|
||||||
"rand",
|
"rand 0.8.5",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"reqwest-eventsource",
|
"reqwest-eventsource",
|
||||||
"secrecy",
|
"secrecy",
|
||||||
@ -499,7 +499,7 @@ dependencies = [
|
|||||||
"getrandom 0.2.15",
|
"getrandom 0.2.15",
|
||||||
"instant",
|
"instant",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
"rand",
|
"rand 0.8.5",
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user