llm_qualitative_data_analysis icon indicating copy to clipboard operation
llm_qualitative_data_analysis copied to clipboard

Unable to Run

Open abrainc opened this issue 1 year ago • 3 comments

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.

Screenshot 2024-03-12 at 8 08 16 AM

abrainc avatar Mar 12 '24 14:03 abrainc

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"

Gamma-Software avatar Mar 12 '24 14:03 Gamma-Software

Oh I did do that, but now I am getting this error after using this template.

Screenshot 2024-03-12 at 9 34 45 AM

abrainc avatar Mar 12 '24 15:03 abrainc

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.

Gamma-Software avatar Mar 12 '24 18:03 Gamma-Software

I fixed the template that was not using a string for the tracing = "true"

Gamma-Software avatar Jan 20 '25 20:01 Gamma-Software