Initial Draft
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
arize-phoenix[evals]
|
2 |
google-auth
|
3 |
-
langchain
|
4 |
-
langchain-core
|
5 |
-
langchain-community
|
6 |
-
langchain-groq
|
7 |
-
langchain-cohere
|
8 |
-
langchain_openai
|
9 |
-
langchain-google-genai
|
10 |
-
langchain-google-vertexai
|
11 |
pypdf
|
12 |
beautifulsoup4
|
13 |
playwright
|
|
|
1 |
arize-phoenix[evals]
|
2 |
google-auth
|
3 |
+
langchain==0.2.17
|
4 |
+
langchain-core==0.2.43
|
5 |
+
langchain-community==0.2.19
|
6 |
+
langchain-groq==0.2.3
|
7 |
+
langchain-cohere==0.2.4
|
8 |
+
langchain_openai==0.2.14
|
9 |
+
langchain-google-genai==2.0.9
|
10 |
+
langchain-google-vertexai==2.0.11
|
11 |
pypdf
|
12 |
beautifulsoup4
|
13 |
playwright
|