jiarongqiu commited on
Commit
e68950c
·
1 Parent(s): 715e7e2
Files changed (2) hide show
  1. test/__init__.py +0 -0
  2. 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))