Find answers from the community

Updated last year

Is `chat engine` still up to date

Is chat_engine still up to date ?
Attachment
image.png
V
W
L
28 comments
or is it just for openai and not for azure ?
You have created chat engine instance with query_engine variable and using undefined chat_engine variable.
it's just the variable name no ?
does it change smth ,
well, it does haha
it's literally the same thing
haha no, Can happen to anyone๐Ÿ˜‚
either way what's the most effcient chat engine ?
Depends on the use case! I would say.

I have used Condense mode on the docs and it works pretty well.
The only point is that I have to handle multiple instance for diff user in chat engines
how do i, receive the response ?
?
Attachment
image.png
It will be like this

response = index.as_chat_engine(add_your_fields).chat(query)
i guess it's only working with openai and not AzureOpenAi
Attachment
image.png
Okay this is a new problem, never faced it yet as I use OpenAI only
@Logan M any thoughts on this ? I wanna pass the history or the added message trough the "custom_chat_history" of the low level API with a POST/GET request. I think it's doable but when i try to use the low level API it says that it can only be used with OpenAI API
Azure should be working! Was just a small bug in 0.7.12 (pushing 0.7.13 soon)
@Vaylonn just cut a release to fix the azure issue ๐Ÿ™‚
thank's dude !
I will try it
Add a reply
Sign up and join the conversation on Discord