Skip to content

Commit

Permalink
Merge branch 'master' into single_openai_function_no_enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
karimassi authored Dec 5, 2023
2 parents 79f1c59 + 4a5a13a commit ad228c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-core"
version = "0.0.9"
version = "0.0.10"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from rag_google_cloud_vertexai_search.chain import chain

__all__ = ["chain"]

0 comments on commit ad228c6

Please sign in to comment.