We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5c276 commit 623cee8Copy full SHA for 623cee8
api/terraform/python/layer_genai/requirements.txt
@@ -7,11 +7,14 @@
7
# named `venv`. Terraform modules will look for and include these
8
# requirements in the zip package for this layer.
9
# -----------------------------------------------------------------------------
10
-python-dotenv==1.0.0
11
-openai==1.6.1
+
+# generative AI requirements
12
langchain
13
langchain-experimental
14
+openai==1.6.1
15
pinecone-client==2.2.4
16
17
+# general requirements
18
pydantic==2.5.3
19
pydantic-settings==2.1.0
20
python-dotenv==1.0.0
0 commit comments