Clarified docs for chat app, fixed error in .env.example #127
Annotations
10 errors
Ruff (E402):
MinuteMate/back/main_fn_dev_new.py#L11
MinuteMate/back/main_fn_dev_new.py:11:1: E402 Module level import not at top of file
|
Ruff (E402):
MinuteMate/back/main_fn_dev_new.py#L12
MinuteMate/back/main_fn_dev_new.py:12:1: E402 Module level import not at top of file
|
Ruff (E402):
MinuteMate/back/main_fn_dev_new.py#L14
MinuteMate/back/main_fn_dev_new.py:14:1: E402 Module level import not at top of file
|
Ruff (F401):
MinuteMate/back/main_fn_dev_new.py#L14
MinuteMate/back/main_fn_dev_new.py:14:8: F401 `openai` imported but unused
|
Ruff (E402):
MinuteMate/back/main_fn_dev_new.py#L15
MinuteMate/back/main_fn_dev_new.py:15:1: E402 Module level import not at top of file
|
Ruff (E402):
MinuteMate/back/main_fn_dev_new.py#L16
MinuteMate/back/main_fn_dev_new.py:16:1: E402 Module level import not at top of file
|
Ruff (E402):
MinuteMate/back/main_fn_dev_new.py#L17
MinuteMate/back/main_fn_dev_new.py:17:1: E402 Module level import not at top of file
|
Ruff (F401):
MinuteMate/back/main_fn_dev_old.py#L4
MinuteMate/back/main_fn_dev_old.py:4:8: F401 `os` imported but unused
|
Ruff (F401):
MinuteMate/back/main_fn_dev_old.py#L10
MinuteMate/back/main_fn_dev_old.py:10:35: F401 `weaviate.classes.init.AdditionalConfig` imported but unused
|
Ruff (F401):
MinuteMate/back/main_fn_dev_old.py#L11
MinuteMate/back/main_fn_dev_old.py:11:35: F401 `weaviate.classes.init.Timeout` imported but unused
|