We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcad0c commit cc4cfd0Copy full SHA for cc4cfd0
open/text/embeddings/server/modal.py
@@ -9,7 +9,7 @@
9
).dockerfile_commands(
10
"RUN apt-get update && apt-get install -y git-lfs",
11
f"RUN chmod +x *.sh && ./download.sh {os.environ['MODEL']}"
12
- ).pip_install("open-text-embeddings[server]"
+ ).pip_install("open-text-embeddings[server]", "langchain_community"
13
).env({
14
"MODEL": os.environ["MODEL"],
15
"NORMALIZE_EMBEDDINGS": os.environ["NORMALIZE_EMBEDDINGS"],
0 commit comments