Spaces:
Runtime error
Runtime error
gamingflexer
commited on
Commit
·
2c4c422
1
Parent(s):
d1d78c0
Add new dependencies and ignore flagged files
Browse files- .gitignore +2 -0
- requirements.txt +5 -1
- src/.gitignore +1 -0
.gitignore
CHANGED
|
@@ -159,3 +159,5 @@ cython_debug/
|
|
| 159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 160 |
#.idea/
|
| 161 |
src/flagged/log.csv
|
|
|
|
|
|
|
|
|
| 159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 160 |
#.idea/
|
| 161 |
src/flagged/log.csv
|
| 162 |
+
.vscode/PythonImportHelper-v2-Completion.json
|
| 163 |
+
notebooks/*.pdf
|
requirements.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
gradio
|
| 2 |
langchain
|
| 3 |
langsmith
|
| 4 |
-
python-decouple
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
langchain
|
| 3 |
langsmith
|
| 4 |
+
python-decouple
|
| 5 |
+
arxiv
|
| 6 |
+
pypdf2==3.0.1
|
| 7 |
+
tiktoken
|
| 8 |
+
langchain_openai
|
src/.gitignore
CHANGED
|
@@ -158,3 +158,4 @@ cython_debug/
|
|
| 158 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 160 |
#.idea/
|
|
|
|
|
|
| 158 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 160 |
#.idea/
|
| 161 |
+
src/flagged/*
|