11 Commits

Author SHA1 Message Date
William FH 1b40136dd2 Wfh/project name (#449)
Add support for:
```
@traceable(project_name="foo")
def foo():
    pass
```
and

```
langsmith.run_helpers.get_current_run_tree()
```

Add support for
```
run_tree.add_metadata()
run_tree.add_events()
run_tree.add_tags()
```
2024-02-16 10:12:44 -08:00
William FH b2e703813f Improve run evaluator decorator (#322) 2023-12-07 16:34:06 -08:00
William FH b8b7a19daf Add Annotation Queue API Methods (#313)
Add methods from the Annotation Queue API to the python package.
Also improve the run evaluator decorator and add a URL for example
objects
2023-11-30 20:54:12 -08:00
William FH 968d589e85 Add function evaluator (#295) 2023-11-16 15:27:18 -08:00
William FH 18449e5848 Fix linting; Add has_dataset method, update to LangSmithNotFoundError (#294) 2023-11-13 16:01:53 -08:00
William FH 9402c0401c Add target ID support (#276) 2023-10-29 00:26:35 -07:00
William FH 56a49fdeb0 Add option to return source run id (#214) 2023-09-08 18:02:40 -07:00
William FH a80f2caccb Update Feedback UX (#147)
Fixes up the updateFeedback api
2023-08-16 11:49:23 -07:00
Eugene Yurtsev 9f563f46b4 Code to be both pydantic v1 and v2 compatible (#142)
Code is both v1 and v2 compatible

---------

Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
2023-08-11 13:38:28 -07:00
William FH f43d6c3ce2 Fallback asyncio (#137)
For base run evaluator
2023-08-10 00:13:15 -07:00
Zander Chase 68812b258c Change to LangSmith Package (#62)
Updates terminology and packaging to push to `langsmith` (I think that
makes sense vs. langsmith-sdk?)

Updates from `LangChainPlusClient` to `Client`

Updates CLI command to use `langsmith start/logs/etc.`
2023-06-26 16:08:39 -07:00