Skip to content

Commit

Permalink
Releases/rc trulens eval 0.21.0 (#830)
Browse files Browse the repository at this point in the history
* bump versions

* combine_docs

* truvirtual api ref

* fix docstring formatting tru_virtual
  • Loading branch information
joshreini1 authored Jan 29, 2024
1 parent 159b8dd commit a303230
Show file tree
Hide file tree
Showing 16 changed files with 770 additions and 464 deletions.
3 changes: 3 additions & 0 deletions docs/trulens_eval/api/truvirtual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tru Virtual

::: trulens_eval.trulens_eval.tru_virtual
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ nav:
- TruChain: trulens_eval/api/truchain.md
- TruLlama: trulens_eval/api/trullama.md
- TruCustom: trulens_eval/api/trucustom.md
- TruVirtual: trulens_eval/api/truvirtual.md
- Guides:
- 🔍 Use Cases:
- Any LLM App: trulens_eval/use_cases_any.md
Expand Down
4 changes: 2 additions & 2 deletions 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.20.3 openai==1.3.7"
"# ! pip install trulens_eval==0.21.0 openai==1.3.7"
]
},
{
Expand Down Expand Up @@ -254,7 +254,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.11.5"
},
"vscode": {
"interpreter": {
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.20.3 openai==1.3.7"
"# ! pip install trulens_eval==0.21.0 openai==1.3.7"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions trulens_eval/examples/quickstart/langchain_quickstart.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.20.3 openai==1.3.7 langchain chromadb langchainhub bs4"
"# ! pip install trulens_eval==0.21.0 openai==1.3.7 langchain chromadb langchainhub bs4"
]
},
{
Expand Down Expand Up @@ -354,7 +354,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.0"
},
"vscode": {
"interpreter": {
Expand Down
4 changes: 2 additions & 2 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.20.3 llama_index>=0.9.15post2 html2text>=2020.1.16 "
"# pip install trulens_eval==0.21.0 llama_index>=0.9.15post2 html2text>=2020.1.16 "
]
},
{
Expand Down Expand Up @@ -312,7 +312,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.0"
},
"vscode": {
"interpreter": {
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.20.3"
"# ! pip install trulens_eval==0.21.0"
]
},
{
Expand Down
Loading

0 comments on commit a303230

Please sign in to comment.