Gamma-Software / llm_qualitative_data_analysis

Qualitative Data Analysis done by AI (or LLMs). 🖥️ Streamlit & 🔗 Langchain
23 stars 4 forks source link

Unable to Run #6

Open abrainc opened 3 months ago

abrainc commented 3 months ago

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
Gamma-Software commented 3 months ago

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"

abrainc commented 3 months ago

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
Gamma-Software commented 3 months ago

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.