Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
b2e81b5
feat(core): move to OTEL backbone
hassiebp Apr 15, 2025
7123dc1
push
hassiebp Apr 15, 2025
76efe12
push
hassiebp Apr 17, 2025
27d71ee
push
hassiebp Apr 21, 2025
298b4ed
push
hassiebp Apr 22, 2025
cf2715b
add media
hassiebp Apr 23, 2025
07268e4
add scores
hassiebp Apr 24, 2025
5a1d2c1
add sampling
hassiebp Apr 25, 2025
7006f63
add masking
hassiebp Apr 25, 2025
b8cea7e
add span wrapper
hassiebp Apr 29, 2025
8f99d26
refactor scores
hassiebp Apr 29, 2025
e77999f
remove docs
hassiebp Apr 29, 2025
24fdf08
add as_root
hassiebp Apr 30, 2025
76362f9
add tests
hassiebp Apr 30, 2025
20970e3
push
hassiebp May 5, 2025
6931c6d
deterministic ID generation
hassiebp May 5, 2025
51ff966
add fallback handling for prompts
hassiebp May 5, 2025
3b4e583
push
hassiebp May 6, 2025
833e5aa
remove comment
hassiebp May 6, 2025
ad603da
add docs
hassiebp May 7, 2025
1383531
add docs
hassiebp May 7, 2025
e38db8f
move to _agnosticcontextmanager
hassiebp May 7, 2025
693a2e9
update decorator
hassiebp May 9, 2025
855e659
fix
hassiebp May 9, 2025
b8cc97a
refactor
hassiebp May 9, 2025
639d082
refactor
hassiebp May 9, 2025
8c0a04d
migrate openai integration
hassiebp May 10, 2025
433b82b
add back io capture on observe
hassiebp May 10, 2025
7e7bac4
fix
hassiebp May 10, 2025
e8cfe0c
move prompts and datasets
hassiebp May 13, 2025
9393794
add langchain
hassiebp May 13, 2025
af9352f
push
hassiebp May 13, 2025
fe93867
refactor
hassiebp May 13, 2025
db62eb6
fix
hassiebp May 13, 2025
b40f3d3
migrate test_core_sdk
hassiebp May 14, 2025
29a59a7
migrate dataset tests
hassiebp May 14, 2025
d30c1d9
remove unnused test suites
hassiebp May 14, 2025
ff771f2
improve typing
hassiebp May 14, 2025
4017a0e
test decorators
hassiebp May 15, 2025
afe29b3
migrate tests
hassiebp May 15, 2025
4030de0
migrate more tests
hassiebp May 15, 2025
debf820
migrate prompt tests
hassiebp May 15, 2025
1d535c3
add cache invalidation on prompt create
hassiebp May 15, 2025
ef1701c
push
hassiebp May 15, 2025
3b8a7d1
push
hassiebp May 15, 2025
8e294b7
langchain tests
hassiebp May 15, 2025
ba8e6d9
push
hassiebp May 16, 2025
811e4e4
push
hassiebp May 16, 2025
916bbf2
push
hassiebp May 16, 2025
0a32d1f
push
hassiebp May 16, 2025
6f837bc
push
hassiebp May 16, 2025
fc30509
push
hassiebp May 16, 2025
9203f8f
push
hassiebp May 17, 2025
1a04702
remove project_id requirement for media handling
hassiebp May 18, 2025
20ad603
fix test
hassiebp May 19, 2025
95c16e6
fix
hassiebp May 19, 2025
6f93d28
rename callback.client
hassiebp May 19, 2025
784da1e
fix tests
hassiebp May 19, 2025
db493c5
fix
hassiebp May 19, 2025
b9cbe01
push
hassiebp May 19, 2025
0e8b77d
fix tests
hassiebp May 19, 2025
6b54d1e
fix tests
hassiebp May 19, 2025
88a06d2
update docstrings
hassiebp May 20, 2025
b900f62
update docs
hassiebp May 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Run the automated tests
run: |
python --version
poetry run pytest -n auto -s -v --log-cli-level=INFO
poetry run pytest -n auto --dist loadfile -s -v --log-cli-level=INFO

all-tests-passed:
# This allows us to have a branch protection rule for tests and deploys with matrix
Expand Down
23 changes: 0 additions & 23 deletions examples/django_example/README.md

This file was deleted.

Binary file removed examples/django_example/db.sqlite3
Binary file not shown.
Empty file.
15 changes: 0 additions & 15 deletions examples/django_example/django_example/asgi.py

This file was deleted.

123 changes: 0 additions & 123 deletions examples/django_example/django_example/settings.py

This file was deleted.

24 changes: 0 additions & 24 deletions examples/django_example/django_example/urls.py

This file was deleted.

15 changes: 0 additions & 15 deletions examples/django_example/django_example/wsgi.py

This file was deleted.

23 changes: 0 additions & 23 deletions examples/django_example/manage.py

This file was deleted.

20 changes: 0 additions & 20 deletions examples/django_example/myapp/__init__.py

This file was deleted.

6 changes: 0 additions & 6 deletions examples/django_example/myapp/apps.py

This file was deleted.

54 changes: 0 additions & 54 deletions examples/django_example/myapp/langfuse_integration.py

This file was deleted.

Empty file.
14 changes: 0 additions & 14 deletions examples/django_example/myapp/views.py

This file was deleted.

Loading