Spaces:
Running
Running
Upload 4 files
Browse files- .gitattributes +1 -0
- VectorDB/bm25_index.json +0 -0
- VectorDB/faiss_index/index.faiss +3 -0
- VectorDB/faiss_index/index.pkl +3 -0
- VectorDB/retriever_info.json +1 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
VectorDB/faiss_index/index.faiss filter=lfs diff=lfs merge=lfs -text
|
VectorDB/bm25_index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
VectorDB/faiss_index/index.faiss
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c1301c5f4e77b2dcd06c7c6bdaafc16408d7322466413593e09a8ed9dadd322
|
3 |
+
size 2117677
|
VectorDB/faiss_index/index.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:515ce372c55abb4934fee37175ea07c8cab0c7a2290da83c974c79b429214896
|
3 |
+
size 960390
|
VectorDB/retriever_info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"type": "EmbeddingBM25RerankerRetriever", "timestamp": 1742501761.0464554}
|