We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No. I can't contribute a fix for this bug at this time.
Traces generated when calling the evaluate method are saved to the Default Project despite having set the OPIK_PROJECT_NAME environment variable
Code and output:
SWEEP_ID = "06" # Project to track evaluation traces os.environ["OPIK_PROJECT_NAME"] = f"{PROJECT_NAME}-{SWEEP_ID}" for i, prompt in enumerate(system_prompts): SYSTEM_PROMPT = prompt experiment_config = {"system_prompt": SYSTEM_PROMPT, "model": "gpt-3.5-turbo"} experiment_name = f"comet-chatbot-{SWEEP_ID}-{i}" res = evaluate( experiment_name=experiment_name, dataset=dataset, experiment_config=experiment_config, task=evaluation_task, scoring_metrics=[hallucination_metric, answerrelevance_metric] ) Evaluation: 0%| | 0/5 [00:00<?, ?it/s]OPIK: Started logging traces to the "Default Project" project at https://www.comet.com/opik/rodrigom-comet/projects/.
The text was updated successfully, but these errors were encountered:
Thanks @SrBliss, indeed it should work as you described. We'll look into it
Sorry, something went wrong.
No branches or pull requests
Willingness to contribute
No. I can't contribute a fix for this bug at this time.
What component(s) are affected?
Opik version
Describe the problem
Traces generated when calling the evaluate method are saved to the Default Project despite having set the OPIK_PROJECT_NAME environment variable
Reproduction steps
Code and output:
The text was updated successfully, but these errors were encountered: