Spaces:
Runtime error
Runtime error
jiarongqiu commited on
Commit ·
e68950c
1
Parent(s): 715e7e2
rm test
Browse files- test/__init__.py +0 -0
- test/vector_store.py +0 -7
test/__init__.py
DELETED
|
File without changes
|
test/vector_store.py
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
from service import VectorStore
|
| 2 |
-
|
| 3 |
-
index_name = 'filecoin'
|
| 4 |
-
vector_store = VectorStore(index_name)
|
| 5 |
-
print(vector_store.search("what is filecoin",ret_json=True))
|
| 6 |
-
|
| 7 |
-
print(vector_store.marginal_search("what is filecoin",ret_json=True))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|