Skip to content

Commit

Permalink
version bump 0.19.1 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreini1 authored Dec 15, 2023
1 parent 6630bd0 commit 137dcee
Show file tree
Hide file tree
Showing 20 changed files with 544 additions and 381 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"outputs": [],
"source": [
"#! pip install trulens_eval==0.19.0 llama_index==0.9.15.post2 llama_hub==0.0.52 yelpapi==2.5.1 openai==1.3.7"
"#! pip install trulens_eval==0.19.1 llama_index==0.9.15.post2 llama_hub==0.0.52 yelpapi==2.5.1 openai==1.3.7"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.19.0 llama_index>=0.9.15.post2 html2text>=2020.1.16 openai<=0.28.1"
"# ! pip install trulens_eval==0.19.1 llama_index>=0.9.15.post2 html2text>=2020.1.16 openai<=0.28.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"outputs": [],
"source": [
"#!pip install trulens-eval==0.19.0 llama-index==0.9.15.post2 sentence-transformers transformers pypdf gdown"
"#!pip install trulens-eval==0.19.1 llama-index==0.9.15.post2 sentence-transformers transformers pypdf gdown"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"#! pip install trulens_eval==0.19.0 llama_index==0.9.15.post2"
"#! pip install trulens_eval==0.19.1 llama_index==0.9.15.post2"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.19.0 llama_index==0.9.15.post2 ftfy regex tqdm git+https://github.com/openai/CLIP.git torch torchvision matplotlib scikit-image qdrant_client"
"# ! pip install trulens_eval==0.19.1 llama_index==0.9.15.post2 ftfy regex tqdm git+https://github.com/openai/CLIP.git torch torchvision matplotlib scikit-image qdrant_client"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"metadata": {},
"outputs": [],
"source": [
"#! pip install trulens_eval==0.19.0 llama_index==0.9.15.post2"
"#! pip install trulens_eval==0.19.1 llama_index==0.9.15.post2"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"#! pip install trulens-eval==0.19.0 llama_index>=0.9.15.post2 html2text>=2020.1.16"
"#! pip install trulens-eval==0.19.1 llama_index>=0.9.15.post2 html2text>=2020.1.16"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/examples/quickstart/groundtruth_evals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.19.0 openai==1.3.7"
"# ! pip install trulens_eval==0.19.1 openai==1.3.7"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/examples/quickstart/human_feedback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.19.0 openai==1.3.7"
"# ! pip install trulens_eval==0.19.1 openai==1.3.7"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.19.0 openai==1.3.7"
"# ! pip install trulens_eval==0.19.1 openai==1.3.7"
]
},
{
Expand Down
15 changes: 12 additions & 3 deletions trulens_eval/examples/quickstart/llama_index_quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"metadata": {},
"outputs": [],
"source": [
"# pip install trulens_eval==0.19.0 llama_index>=0.9.15post2 html2text>=2020.1.16 "
"# pip install trulens_eval==0.19.1 llama_index>=0.9.15post2 html2text>=2020.1.16 "
]
},
{
Expand Down Expand Up @@ -63,9 +63,18 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"🦑 Tru initialized with db url sqlite:///default.sqlite .\n",
"🛑 Secret keys may be written to the database. See the `database_redact_keys` option of `Tru` to prevent this.\n"
]
}
],
"source": [
"from trulens_eval import Feedback, Tru, TruLlama\n",
"from trulens_eval.feedback import Groundedness\n",
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/examples/quickstart/prototype_evals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.19.0"
"# ! pip install trulens_eval==0.19.1"
]
},
{
Expand Down
Loading

0 comments on commit 137dcee

Please sign in to comment.