Ryan Lee

Results 56 comments of Ryan Lee

i dont think that is sufficient because they can take all your session replay hours without your consent

Why is this closed?

this is already avaliable from the select dropdown ![image](https://github.com/user-attachments/assets/2f49f26e-fe24-4f06-a536-5a0f7ce21a5e)

the chat engine example is kind of busted because chat engine doesnt allow for concurrency. it's chat memory is shared for all connections.

I think so because in their implementation its a shared memory buffer https://github.com/run-llama/llama_index/blob/4e8d3d8cabfea5a2289c01fb9d435a50cdb8c360/llama-index-core/llama_index/core/chat_engine/condense_plus_context.py#L244 it can still work but you'd have to create a new chat engine per room