Spaces:
Sleeping
Sleeping
angelesteban00
commited on
Commit
•
3f79e45
1
Parent(s):
39d6d88
- README.md +6 -0
- requirements.txt +1 -0
README.md
CHANGED
@@ -11,3 +11,9 @@ pinned: false
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
Local tests with:
|
16 |
+
|
17 |
+
python3 -m venv venv
|
18 |
+
source venv/bin/activate
|
19 |
+
pip3 install -r requirements.txt
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
langchain
|
|
|
2 |
pymongo[srv]==4.1.1
|
3 |
bs4
|
4 |
openai
|
|
|
1 |
langchain
|
2 |
+
langchain-openai
|
3 |
pymongo[srv]==4.1.1
|
4 |
bs4
|
5 |
openai
|