Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ArturG9
/
Local_Lithuanian_Law_RAG_QA_ChatBot_Streamlit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ArturG9
commited on
Jul 2, 2024
Commit
c1b8529
·
verified
·
1 Parent(s):
b6db4f3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,7 +41,7 @@ hf = load_embeddings()
41
42
43
44
-
documents =
load_documents
(data_path)
45
docs = split_docs(documents, 450, 20)
46
47
41
42
43
44
+
documents =
load_txt_documents
(data_path)
45
docs = split_docs(documents, 450, 20)
46
47