Spaces:
Sleeping
Sleeping
wjbmattingly
commited on
Commit
·
97efbd6
1
Parent(s):
15456e2
added ignore and specified weaviate version
Browse files- .gitignore +1 -0
- requirements.txt +1 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.env
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
weaviate
|
2 |
pandas
|
3 |
sentence_transformers
|
4 |
python-dotenv
|
|
|
1 |
+
weaviate-client>=4.7.0
|
2 |
pandas
|
3 |
sentence_transformers
|
4 |
python-dotenv
|