run-llama / rags

Build ChatGPT over your data, all with natural language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metaphor to requirements.txt

nickknyc opened this issue · comments

deploying to azure app services, during setup it uses requirements.txt to load up the virtual environment.
believe that metaphor-python needs to be in there.

Or am I missing something ;^)

Metaphor is not a mandatory requirement. If you want to use it you can install it and add the keys in streamlit secrets.toml file

Metaphor is not a mandatory requirement. If you want to use it you can install it and add the keys in streamlit secrets.toml file

I am submitting a pr that removes all dependence on st.secrets and the sectrets.toml

But this issue is about the fact that if you ask rags to add the web tool, it will fail because metaphor-python is not installed in your environment and rags does not auto install it for you