Skip to content

Commit

Permalink
Merge branch 'main' into trec-exp-adding-rubric
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dhuang authored Dec 10, 2024
2 parents 4b49b7b + e25b561 commit d0909a7
Show file tree
Hide file tree
Showing 37 changed files with 457 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ about: Thanks for taking the time to fill out this bug report! Please complete t
following form to help us assist you.
title: "[BUG]"
labels: bug
assignees: sfc-gh-jreini
assignees: sfc-gh-pdharmana

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ about: Thanks for taking the time to fill out this feature request! Please compl
the following form to help us assist you.
title: "[FEAT] "
labels: enhancement
assignees: sfc-gh-jreini
assignees: sfc-gh-pdharmana

---

Expand Down
269 changes: 269 additions & 0 deletions examples/quickstart/snowflake_ai_observability_example.ipynb

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens"
version = "1.2.9"
version = "1.2.10"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/apps/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-apps-langchain"
version = "1.2.9"
version = "1.2.10"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
3 changes: 1 addition & 2 deletions src/apps/langchain/trulens/apps/langchain/langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
example classes:
"""

from typing import Type

from trulens.core import app as core_app
from trulens.core._utils.pycompat import Type
from trulens.core.utils import pyschema as pyschema_utils
from trulens.core.utils import serial as serial_utils

Expand Down
2 changes: 1 addition & 1 deletion src/apps/llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-apps-llamaindex"
version = "1.2.9"
version = "1.2.10"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
3 changes: 1 addition & 2 deletions src/apps/llamaindex/trulens/apps/llamaindex/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
nodes via a threshold on a specified feedback function.
"""

from typing import Type

from trulens.core import app as core_app
from trulens.core._utils.pycompat import Type
from trulens.core.utils import pyschema as pyschema_utils
from trulens.core.utils import serial as serial_utils

Expand Down
2 changes: 1 addition & 1 deletion src/apps/nemo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-apps-nemo"
version = "1.2.9"
version = "1.2.10"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/benchmark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-benchmark"
version = "1.2.9"
version = "1.2.10"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
4 changes: 2 additions & 2 deletions src/connectors/snowflake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-connectors-snowflake" %}
{% set version = "1.2.9" %}
{% set version = "1.2.10" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 34439f15d462570e7f20bb89f207e92f5d80a8f4f4657c87005f14e1ae53b241
sha256: 28e43abcf966047915722233fde18cac6600d302f076de1b1d50528dc776dd79

build:
noarch: python
Expand Down
2 changes: 1 addition & 1 deletion src/connectors/snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-connectors-snowflake"
version = "1.2.9"
version = "1.2.10"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
4 changes: 2 additions & 2 deletions src/core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-core" %}
{% set version = "1.2.9" %}
{% set version = "1.2.10" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 7ce766eae1befe2de895a8bb46a049fbcdd4b56c7f4d395bf8cb3a7771e2371a
sha256: 597a2ac350450330daeb7326e012c62389ba246d88d02db64832b97f837d2b32

build:
noarch: python
Expand Down
2 changes: 1 addition & 1 deletion src/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "trulens-core"
version = "1.2.9"
version = "1.2.10"
description = "Library to systematically track and evaluate LLM based applications."
authors = [
"Snowflake Inc. <ml-observability-wg-dl@snowflake.com>",
Expand Down
Loading

0 comments on commit d0909a7

Please sign in to comment.