OpenChat icon indicating copy to clipboard operation
OpenChat copied to clipboard

Can't get it to work

Open KabaTubare opened this issue 2 years ago • 5 comments
trafficstars

I configured according to the instructions, uploaded files and even provided websites for training, but when I input a prompt to inquire about the documents that had been uploaded...nothing happens. All API keys have been added, etc

KabaTubare avatar Jun 01 '23 15:06 KabaTubare

Hey KabaTubare

Can you run this command on your machine: docker ps and docker logs --tail 100 llm-server

and share the output?

gharbat avatar Jun 01 '23 15:06 gharbat

I'm having the same issue:

ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info  - Loaded env from /usr/src/app/.env
event - compiled client and server successfully in 462 ms (154 modules)
wait  - compiling /api/chat (client and server)...
event - compiled successfully in 62 ms (46 modules)
error [ErrorWithoutStackTrace: PineconeClient: Error getting project name: SyntaxError: Unexpected token A in JSON at position 0]
wait  - compiling /_error (client and server)...
error - utils/pinecone-client.ts (19:10) @ initPinecone
error - Error: Failed to initialize Pinecone Client
    at initPinecone (webpack-internal:///(api)/./utils/pinecone-client.ts:22:15)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async eval (webpack-internal:///(api)/./utils/pinecone-client.ts:25:18)
  17 |   } catch (error) {
  18 |     console.log('error', error);
> 19 |     throw new Error('Failed to initialize Pinecone Client');
     |          ^
  20 |   }
  21 | }
  22 | 

databill86 avatar Jun 01 '23 17:06 databill86

as well ,can't chat ,upload pdf goes wrong

godemerge avatar Jun 02 '23 01:06 godemerge

https://github.com/openchatai/OpenChat/issues/8#issuecomment-1572923256

gharbat avatar Jun 02 '23 07:06 gharbat

Hello, do the git pull, then set the common.env variables again and finally do the make install. But I keep getting error AxiosError: Request failed with status code 429

API-Pau avatar Jun 08 '23 15:06 API-Pau

Introduced windows support in https://github.com/openchatai/OpenChat/releases/tag/0.3.0 if you have any other issues, please feel free to open a new issue :)

gharbat avatar Jun 20 '23 00:06 gharbat