osi1880vr / prompt_quill

Apache License 2.0
195 stars 19 forks source link

Bug: llama_index_pq crashing on start #12

Closed Razunter closed 3 months ago

Razunter commented 3 months ago

Windows, no docker. Version https://github.com/osi1880vr/prompt_quill/commit/505b596133c205c3fc9de67513b5b6e4b644c8bf llama_index_pq. Starting with start_prompt_quill.bat

Crashing at

prompt_quill_ui_qdrant.py 36 <module>
ui = ui_staff()

ui.py 771 __init__
self.civitai_Air = gr.TextArea(self.g.settings_data['civitai_Air'], lines=1, label="Air")

KeyError:
civitai_Air

This is an old install, updated to current version.

osi1880vr commented 3 months ago

good find, please pull again, it should be fixed.

Razunter commented 3 months ago

Yep, works now, thank you.