IS361Group4 commited on
Commit
21f7f70
·
verified ·
1 Parent(s): 6b82fec

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -81,6 +81,9 @@ langchain-community
81
  langchain-core
82
  langsmith
83
  openai
 
 
 
84
  langchain_openai
85
  arxiv
86
  pymupdf
@@ -90,7 +93,7 @@ wikipedia
90
  pypdf
91
  unstructured
92
  tiktoken
93
- # llama_cpp_python (Uncomment if needed)
94
  torch
95
  transformers[sentencepiece]
96
  tensorflow
 
81
  langchain-core
82
  langsmith
83
  openai
84
+ pydantic
85
+ pydantic_core
86
+
87
  langchain_openai
88
  arxiv
89
  pymupdf
 
93
  pypdf
94
  unstructured
95
  tiktoken
96
+ llama_cpp_python
97
  torch
98
  transformers[sentencepiece]
99
  tensorflow