Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
alexkueck/LIRAGTest
alexkueck
/
SucheRAG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alexkueck
commited on
Jul 6, 2024
Commit
536889c
·
verified
·
1 Parent(s):
cdeac2c
Update utils.py
Browse files
Files changed (1)
hide
show
utils.py
+1
-1
utils.py
CHANGED
Viewed
@@ -717,7 +717,7 @@ class Document:
717
"page": page,
718
"path": path
719
}
720
-
self.
id
= doc_id
721
722
723
717
"page": page,
718
"path": path
719
}
720
+
self.
doc_id
= doc_id
721
722
723