llm_qualitative_data_analysis
llm_qualitative_data_analysis copied to clipboard
Unable to Run
I get this error when trying to run, I make not sure what I am doing wrong. I also made sure that my secrets file had no mistakes.
Hi @abrainc, Here is a template:
[langchain]
debug = false
[langsmith]
tracing = "true"
api_url = "https://api.smith.langchain.com"
api_key = "key"
project = "qualitative_data_analysis"
You might have added the tracing value to this tracing = true instead of tracing = "true"
Oh I did do that, but now I am getting this error after using this template.
Can you try to run the getting started script scripts/getting_started.sh ?
Make sure to have virtualenv installed with python -m pip install virtualenv command.
Note: I checked that the tracing = true is also in the .streamlit/secrets_template.toml used by the getting_started script so please modify it accordingly.
I fixed the template that was not using a string for the tracing = "true"