Commit Graph

69 Commits

Author SHA1 Message Date
William Fu-Hinthorn fa8a97a2be Add additional env info 2023-07-13 13:17:43 -07:00
William Fu-Hinthorn 6f1a34cbef Add default exec order in create_run 2023-07-12 16:43:58 -07:00
William Fu-Hinthorn 09c357bae3 v0.0.5 2023-07-12 12:19:50 -07:00
William Fu-Hinthorn 4d4aa54a7f Fix tests 2023-07-12 11:24:42 -07:00
William Fu-Hinthorn fcf9c43094 Rm pydantic; fix typing 2023-07-12 11:15:51 -07:00
Nuno Campos 4300da1933 Bring back auto generated signature from pydantic
The silly kwargs assignment is because pydantic is dumb
2023-07-12 17:06:07 +01:00
Nuno Campos 93a81ff42f Use a single session per client instance for all http requests 2023-07-12 17:02:12 +01:00
William Fu-Hinthorn 7c3690d931 fix link 2023-07-11 23:36:35 -07:00
William Fu-Hinthorn 16067e11ee 0.0.4 2023-07-11 23:26:07 -07:00
Ankush Gola 999ae8dbbf Separate Dev and Prod Volumes (#82)
Plus fix stdout streaming from child process in JS CLI
2023-07-11 17:39:34 -07:00
William Fu-Hinthorn 1bbf6b7e79 Separate Dev and Prod Volumes
Plus fix stdout streaming from child process in JS CLI
2023-07-11 15:29:43 -07:00
William Fu-Hinthorn 960c1c7abf Update links 2023-07-10 23:15:19 -07:00
William Fu-Hinthorn a9deb4ba2b V 0.0.3 2023-07-10 22:58:20 -07:00
William Fu-Hinthorn 257142cf3f Fix bug in dataset upload 2023-07-10 15:54:25 -07:00
William FH c221357478 Update docstrings and error messages (#77)
Rm `LangChain+` from error messages and docstrings
2023-07-10 13:54:00 -07:00
William FH 5cb38ce969 Add Dataset Type (#75) 2023-07-10 08:53:34 -07:00
William FH 84affea2fc Rm mode in project creation (#70) 2023-07-09 07:44:49 -07:00
William Fu-Hinthorn 7a45bdab27 Add Dataset Type 2023-07-09 07:35:57 -07:00
William Fu-Hinthorn bc15290a33 Update langsmith package 2023-07-05 10:50:26 -07:00
William Fu-Hinthorn b029be0b21 Pull and run separately 2023-07-05 09:31:52 -07:00
William Fu-Hinthorn 42a6f02209 Rm mode in project creation 2023-07-05 09:08:58 -07:00
Ankush Gola 06e08de1bb add playground to docker compose files 2023-07-03 15:28:33 -07:00
William FH f9c22cbf8e Add Retriever and Embedding Run Types (#65) 2023-06-30 12:15:20 -07:00
Zander Chase 20822f953a Rm RunUpdate method(#64) 2023-06-28 14:01:49 -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
Zander Chase a80512c352 README nits (#61) 2023-06-23 01:48:36 -07:00
Zander Chase 8db3c1b3e2 Prepare for next version (#60) 2023-06-23 00:54:10 -07:00
Zander Chase 125bf5a19d Update to use Projects Syntax (#57) 2023-06-22 22:42:56 -07:00
Zander Chase fc72f92b38 Update readme name (#58) 2023-06-22 13:47:54 -07:00
Zander Chase cdc4ec8406 Add session stats (#56) 2023-06-20 23:06:44 -07:00
Zander Chase ba9a402fff Expose 'wait' method (#54)
Fix session_name_ passage, add `wait()` method
2023-06-19 18:24:41 -07:00
Zander Chase fb635e4d64 Py 0.0.15 (#53) 2023-06-19 17:14:27 -07:00
Zander Chase b66aa630f0 Traceable Decorators (#28) 2023-06-19 17:13:31 -07:00
Zander Chase d472201cce Fix Up Pagination (#52) 2023-06-19 16:23:17 -07:00
Zander Chase aaba3a5b41 Bump to 0.0.13 (#51) 2023-06-19 13:42:59 -07:00
Zander Chase 37b5fab9cd rm upsert (#50) 2023-06-19 13:20:04 -07:00
Zander Chase 5b0db391ba Project mode and pull command (#49) 2023-06-19 12:12:21 -07:00
Zander Chase e26904e673 Bump (#48) 2023-06-18 20:22:34 -07:00
Zander Chase 85071e21ea Load Nested Runs (#47) 2023-06-18 15:55:45 -07:00
Zander Chase 48f2bbb9df Bump Version (#46) 2023-06-13 22:24:30 -07:00
Zander Chase 10fbf62ef8 Accept Run and Example Object Directly (#45) 2023-06-13 20:47:23 -07:00
Zander Chase c482701b20 Update flows (#44) 2023-06-12 23:24:58 -07:00
Zander Chase 316c465e4e Integration Tests with Local Server (#43) 2023-06-12 23:02:00 -07:00
Zander Chase 8d0e744dc4 Remove LC specific fields (#41) 2023-06-12 18:12:33 -07:00
Zander Chase b5620b659c track child exec order (#40) 2023-06-12 17:14:41 -07:00
Zander Chase 8af8e4c07b Friendlier connection error in py (#38) 2023-06-12 15:12:39 -07:00
Zander Chase 4e89e4a419 Consume Response of deleteSesssion (#37)
Closes #34
2023-06-12 13:26:00 -07:00
Zander Chase 9a96984eba Vwp/add timeout (#36) 2023-06-12 13:13:36 -07:00
Nuno Campos dd59726f27 Do not filter out keys in create run (#35)
Co-authored-by: vowelparrot <130414180+vowelparrot@users.noreply.github.com>
2023-06-12 12:55:30 -07:00
Nuno Campos 021b989dd3 Do not create fake end timestamps for runs (#31)
If the server wants to apply defaults it can, the client shouldn't.
2023-06-10 10:15:07 -07:00