dissorial / doc-chatbot

Document chatbot — multiple files, topics, chat windows and chat history. Powered by GPT.
813 stars 137 forks source link

data map - Unhandled Runtime Error #28

Open Alscof opened 1 year ago

Alscof commented 1 year ago

It cant load frontpage/ chats. I followed every step and also I'm logged in

ges\index.tsx (118:23) @ map

116 | setMessageState((state) => ({ 117 | ...state,

118 | messages: data.map((message: any) => ({ | ^ 119 | type: message.sender === 'user' ? 'userMessage' : 'apiMessage', 120 | message: message.content, 121 | sourceDocs: message.sourceDocs?.map((doc: any) => ({