Skip to content

Commit

Permalink
updated the question count on evaluations to run faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Data-drone committed Nov 18, 2024
1 parent 71c4223 commit 3993926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0.5_Deploy_QnA_Bot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Databricks notebook source
# MAGIC %pip install -U -qqqq databricks-agents mlflow mlflow-skinny==2.17.2 databricks-vectorsearch langchain==0.3.7 langchain-community==0.3.7
# MAGIC %pip install -U -qqqq databricks-agents databricks-langchain mlflow==2.17.2 databricks-vectorsearch langchain==0.3.7 langchain-community==0.3.7
# MAGIC dbutils.library.restartPython()

# COMMAND ----------
Expand Down
2 changes: 1 addition & 1 deletion 1.1_Evaluations.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

# this is the call to generate the questions
# if you set the number it will run multithreaded and be gaster
eval_questions = data_generator.generate_questions_from_nodes(num=32)
eval_questions = data_generator.generate_questions_from_nodes(num=16)
eval_questions

# Some of these questions might not be too useful. It could be because of the model we are using for generation
Expand Down

0 comments on commit 3993926

Please sign in to comment.