For context, I am new at anything tech/coding-related. I tried to follow your ReadMe instructions but I kept on encountering errors:
-
On Step 2 Create Collections, it kept on returning an error message that showed the username, password, and host were not given even though I already added that to the .env file. What I did was I added an import os, from dotenv import load_dotenv, and load_dotenv() lines on the cli/admin.py file and it worked. -> Was what I did wrong? How should I have addressed the issues instead?
-
On Step 3 Launching the API, when I run uvicorn src.whyhow_api.main:app I get this error:

For context, I am new at anything tech/coding-related. I tried to follow your ReadMe instructions but I kept on encountering errors:
On Step 2 Create Collections, it kept on returning an error message that showed the username, password, and host were not given even though I already added that to the .env file. What I did was I added an
import os, from dotenv import load_dotenv, and load_dotenv()lines on the cli/admin.py file and it worked. -> Was what I did wrong? How should I have addressed the issues instead?On Step 3 Launching the API, when I run

uvicorn src.whyhow_api.main:appI get this error: