hello, an error when i use GPTIndexChatMemory:<class 'gpt_index.indices.list.base.GPTListIndex'> Traceback (most recent call last): File "/Users/apple/Desktop/AI/chatbot.py", line 107, in <module> memory = GPTIndexChatMemory( ^^^^^^^^^^^^^^^^^^^ File "pydantic/main.py", line 341, in pydantic.main.BaseModel.init pydantic.error_wrappers.ValidationError: 1 validation error for GPTIndexChatMemory index instance of BaseGPTIndex expected (type=type_error.arbitrary_type; expected_arbitrary_type=BaseGPTIndex) I am so puzzled, how can i fix it? hope anyone can help...thks
@Logan M if it's not too much trouble, may I ask one more question? Could you kindly provide me with some guidance on how to modify the code in the article "How to Build a Chatbot" to use Pinecone instead? I would greatly appreciate your help. Thank you very much!
@Logan M I tried first search out the similar text from pinecone, then build them into indices, but chat bot doesn't build answers from these indices.. I do not know why..