Spaces:
Build error
Build error
RAG con prompting
Browse files- .gitignore +1 -1
- requirements.txt +1 -2
.gitignore
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.env
|
|
|
1 |
+
.env
|
requirements.txt
CHANGED
@@ -9,5 +9,4 @@ langchain-openai
|
|
9 |
faiss-cpu
|
10 |
python-dotenv
|
11 |
spacy
|
12 |
-
en-core-web-sm
|
13 |
-
altair==4.2.2
|
|
|
9 |
faiss-cpu
|
10 |
python-dotenv
|
11 |
spacy
|
12 |
+
en-core-web-sm
|
|