Spaces:
Sleeping
Sleeping
januarevan
commited on
Commit
•
ef3c165
1
Parent(s):
ca8074c
init
Browse files
main.py
CHANGED
@@ -8,7 +8,7 @@ from langchain.text_splitter import RecursiveCharacterTextSplitter
|
|
8 |
from pymilvus import MilvusClient, db, utility, Collection, CollectionSchema, FieldSchema, DataType
|
9 |
from sentence_transformers import SentenceTransformer
|
10 |
import torch
|
11 |
-
from
|
12 |
|
13 |
|
14 |
os.environ['HF_HOME'] = '/app/cache'
|
|
|
8 |
from pymilvus import MilvusClient, db, utility, Collection, CollectionSchema, FieldSchema, DataType
|
9 |
from sentence_transformers import SentenceTransformer
|
10 |
import torch
|
11 |
+
from .milvus_singleton import MilvusClientSingleton
|
12 |
|
13 |
|
14 |
os.environ['HF_HOME'] = '/app/cache'
|