Hugging Face
Models
Datasets
Spaces
Community
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
4d8f692
·
verified
·
1 Parent(s):
92dd4ac
Update utils.py
Browse files
Files changed (1)
hide
show
utils.py
+1
-0
utils.py
CHANGED
Viewed
@@ -717,6 +717,7 @@ class Document:
717
"page": page,
718
"path": path
719
}
720
721
722
717
"page": page,
718
"path": path
719
}
720
+
self.id = None
721
722
723