What are the key differences between index.as_query_engine() vs index.as_chat_engine()? I used my one pager bio as the document and compared these two with a few well known LLMs. I asked a few questions about myself via the one pager. The results are very different between them. The index.as_query_engine() approach did generally well with all these LLMs. However, index.as_chat_engine() has huge hallucination problem. Can someone provide insight about the huge differences?
On the Windows PC that failed, it has the following error message:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\me\AppData\Local\llama_index\models--BAAI--bge-small-en-v1.5\snapshots\5c38ec7c405ec4b44b94cc5a9bb96e735b38267a\config.json'
In fact, on the AppData\Local directory, there is no llama_index folder. Could you please provide ideas for debugging? Thanks.