fix: debug dsagent (#387)

* basic dsagent & debug

debug dsagent

change dsagent conf

* Refine changes

* Update vector_base.py
This commit is contained in:
cyncyw
2024-09-29 01:15:33 -04:00
committed by GitHub
parent 7b865c3337
commit 5cdffe3510
4 changed files with 7 additions and 8 deletions
@@ -50,7 +50,6 @@ class ModelHypothesisGen(HypothesisGen):
.from_string(ModelHypothesisGen.prompts["hypothesis_gen"]["user_prompt"])
.render(
targets="feature engineering and model building",
hypothesis_and_feedback=context_dict["hypothesis_and_feedback"],
RAG=context_dict["RAG"],
)
)