Skip to content

Commit cc4cfd0

Browse files
committed
feat: added langchain_community package, will remove in next release
1 parent abcad0c commit cc4cfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open/text/embeddings/server/modal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
).dockerfile_commands(
1010
"RUN apt-get update && apt-get install -y git-lfs",
1111
f"RUN chmod +x *.sh && ./download.sh {os.environ['MODEL']}"
12-
).pip_install("open-text-embeddings[server]"
12+
).pip_install("open-text-embeddings[server]", "langchain_community"
1313
).env({
1414
"MODEL": os.environ["MODEL"],
1515
"NORMALIZE_EMBEDDINGS": os.environ["NORMALIZE_EMBEDDINGS"],

0 commit comments

Comments
 (0)