Erick Friis
7db49d3842
Confirm sys.path includes current dir for app serve ( #12851 )
...
- Make sure sys.path is set properly for langchain app serve
- bump
2023-11-03 11:37:20 -07:00
Erick Friis
1bc35f61cb
CLI 0.0.14, Uvicorn update and no more [serve] ( #12845 )
...
Calls uvicorn directly from cli:
Reload works if you define app by import string instead of object.
(was doing subprocess in order to get reloading)
Version bump to 0.0.14
Remove the need for [serve] for simplicity.
Readmes are updated in #12847 to avoid cluttering this PR
2023-11-03 11:05:52 -07:00
Erick Friis
49e283a0cd
CLI 0.0.13, Configurable Template Demo ( #12796 )
2023-11-02 11:42:57 -07:00
Erick Friis
070823f294
CLI 0.0.12 ( #12787 )
2023-11-02 08:29:27 -07:00
Erick Friis
14340ee7cd
use http.client instead of urllib3 ( #12660 )
...
dep problems with requests
cloudflare debugging not worth it with urllib
2023-11-01 11:15:05 -07:00
Erick Friis
44c8b159b9
properly increment version in cli ( #12685 )
...
Went from 0.0.9 -> 0.0.11 without releasing. Back to 10, then release.
2023-10-31 17:27:43 -07:00
Jacob Lee
bd668fcea1
Adds version CLI command ( #12619 )
...
Will be automatically bumped with `poetry version patch`.
@efriis @hwchase17
---------
Co-authored-by: Erick Friis <erick@langchain.dev>
2023-10-31 14:50:04 -07:00
Harrison Chase
8b5e879171
add a template for the package readme ( #12499 )
...
Co-authored-by: Erick Friis <erick@langchain.dev>
2023-10-30 16:39:39 -07:00
Erick Friis
6908634428
cli updates oct27 ( #12436 )
2023-10-27 12:06:46 -07:00
Erick Friis
4db8d82c55
CLI CI 2 ( #12387 )
...
Will run all CI because of _test change, but future PRs against CLI will
only trigger the new CLI one
Has a bunch of file changes related to formatting/linting.
No mypy yet - coming soon
2023-10-26 17:01:31 -07:00
Erick Friis
47070b8314
CLI ( #12284 )
...
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-10-25 11:06:58 -07:00