Find answers from the community

Updated 4 months ago

Create

hey guys. I just started learning the llamaindex example app using npx create-llama.
My question is that it seems that createChatEngine is called everytime user's want to chat. is that right?
if it's right then won't it affect performance?
L
l
2 comments
If you are using a remote vector store (qdrant, etc.) Then no, it won't

I think this was done to make it stateless for vercel
ah okay, thank you @Logan M !
Add a reply
Sign up and join the conversation on Discord