Commit Graph

35 Commits

Author SHA1 Message Date
infra fef4281668 Fix migrations 2024-02-20 17:29:58 -08:00
langchain-infra 7cd4002cdd Merge branch 'main' into infra/retry-clickhouse 2024-02-20 14:51:39 -05:00
infra acf4b3e4de Add retries to clickhouse 2024-02-20 11:49:28 -08:00
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
Nuno Campos 9b974521b4 Fix docker compose
- add healthchecks on upstream containers
- wait until clickhouse migration has finished before starting backend and queue
2024-01-19 14:25:00 -08:00
infra 1d0af6e8cf Add clickhouse to docker-compose 2024-01-17 11:41:19 -05:00
infra fd82b51509 Remove unused nginx mount 2023-12-21 15:40:09 -08:00
infra 8bdb5e0bf1 format 2023-12-13 18:30:15 -08:00
infra 59d0b154a0 Remove unused docker files and add version 2023-12-13 18:13:21 -08:00
langchain-infra 98992aa95c Fix nginx rewrites (#280) 2023-10-31 21:40:44 -07:00
infra 11d1e93a17 Add nginx so we can use single origin routing/fix playground 2023-10-31 20:45:45 -04:00
langchain-infra 42da6ea16f Infra/add license cli (#254) 2023-10-19 10:51:06 -07:00
Nuno Campos 41614471b5 Use custom RQ job class which fixes issues with RQ's handling of task coroutines (#199)
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
2023-09-13 11:34:43 -07:00
William FH 3878cbfd3d Add other env info (#203) 2023-09-06 15:39:36 -07:00
William FH 955f56a770 Add env vars (#192) 2023-08-31 22:50:54 -07:00
Erick Friis c2e46c8796 Add hub to sdk (#161)
Adds the hub backend to the dockerfile

Also changes the `--dev` flag to point to `dev-` images instead of `rc-`
images

And adding a `--beta` flag to point to `rc-` images moving forward

Currently, hub is only built with the dev images.

---------

Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
2023-08-22 01:18:31 -07:00
Nuno Campos 35c98895e6 Add redis retry to queue worker (#154) 2023-08-21 10:53:22 -07:00
Nuno Campos 2a8466875e Update docker compose (#128)
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
2023-08-17 00:04:23 -07:00
William Fu-Hinthorn fba155ffaa Rm experimental redis 2023-08-01 09:27:18 -07:00
Nuno Campos 636064ff76 Switch RQ serialization to JSON 2023-07-31 14:45:55 +01:00
Nuno Campos 24afbff8d6 Update redis port 2023-07-30 11:03:30 +01:00
Nuno Campos 23df60ed57 Add redis+rq task queue to CLI docker compose file 2023-07-29 11:56:40 +01:00
William Fu-Hinthorn 85bddf9ab3 Add dynamic tag support 2023-07-21 12:58:21 -07:00
Erick Friis c780db9651 delete conf file 2023-07-21 11:37:04 -07:00
Erick Friis 975659f20f remove nginx config mount in sdk 2023-07-21 11:32:28 -07:00
Ankush Gola 4ce2b3651e add TOS disclaimer 2023-07-14 22:47:38 -07:00
William Fu-Hinthorn d4708c093f defer docker command 2023-07-13 23:04:58 -07:00
William Fu-Hinthorn b610796d99 lint 2023-07-13 14:27:41 -07:00
William Fu-Hinthorn fa8a97a2be Add additional env info 2023-07-13 13:17:43 -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 b029be0b21 Pull and run separately 2023-07-05 09:31:52 -07:00
Ankush Gola 06e08de1bb add playground to docker compose files 2023-07-03 15:28:33 -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