mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
Confirm sys.path includes current dir for app serve (#12851)
- Make sure sys.path is set properly for langchain app serve - bump
This commit is contained in:
@@ -6,7 +6,7 @@ from typing_extensions import Annotated
|
||||
from langchain_cli.namespaces import app as app_namespace
|
||||
from langchain_cli.namespaces import template as template_namespace
|
||||
|
||||
__version__ = "0.0.14"
|
||||
__version__ = "0.0.15"
|
||||
|
||||
app = typer.Typer(no_args_is_help=True, add_completion=False)
|
||||
app.add_typer(
|
||||
|
Reference in New Issue
Block a user