ayaansh-roy / voice_assistant_llm

MIT License
49 stars 30 forks source link

'NoneType' object has no attribute 'as_chat_engine' #3

Open chong5u opened 1 week ago

chong5u commented 1 week ago

(voice_llm) D:\ai\voice_llm>python app.py pygame 2.5.2 (SDL 2.28.3, Python 3.11.9) Hello from the pygame community. https://www.pygame.org/contribute.html Error while creating knowledgebase: File D:\dev\aiml\projects\git\voice_assistant_llm\rag\restaurant_file.txt does not exist. Traceback (most recent call last): File "D:\ai\voice_llm\app.py", line 14, in ai_assistant = AIVoiceAssistant() ^^^^^^^^^^^^^^^^^^ File "D:\ai\voice_llm\rag\AIVoiceAssistant.py", line 20, in init self._create_chat_engine() File "D:\ai\voice_llm\rag\AIVoiceAssistant.py", line 24, in _create_chat_engine self._chat_engine = self._index.as_chat_engine( ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'as_chat_engine'