paulpierre / RasaGPT

💬 RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain. Built w/ Rasa, FastAPI, Langchain, LlamaIndex, SQLModel, pgvector, ngrok, telegram
https://rasagpt.dev
MIT License
2.36k stars 227 forks source link

Organization already exists #32

Open vishwajeetio opened 1 year ago

vishwajeetio commented 1 year ago

Getting the error below when running the command make install.

Traceback (most recent call last): File "/app/api/seed.py", line 128, in org_obj = create_org_by_org_or_uuid( File "/app/api/helpers.py", line 95, in create_org_by_org_or_uuid raise HTTPException(status_code=404, detail="Organization already exists") fastapi.exceptions.HTTPException make[1]: [seed] Error 1 make: [install] Error 2

BOTHRAJ commented 1 year ago

Use the "make db-reset" command and then run the "make install" command again.