Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from langchain_text_splitters import RecursiveCharacterTextSplitter
|
|
15 |
optimus = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
16 |
textsplitter = RecursiveCharacterTextSplitter(chunk_size=500, chunk_overlap=100)
|
17 |
|
18 |
-
dbpath = r''
|
19 |
gridpath = r''
|
20 |
|
21 |
with open(dbpath) as f:
|
|
|
15 |
optimus = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
16 |
textsplitter = RecursiveCharacterTextSplitter(chunk_size=500, chunk_overlap=100)
|
17 |
|
18 |
+
dbpath = r''##push datasets to the hub to use here##
|
19 |
gridpath = r''
|
20 |
|
21 |
with open(dbpath) as f:
|