Sandaruth commited on
Commit
24ae0f9
1 Parent(s): 7ee92e6
faiss_Test02_500_C_BGE_large/index.faiss DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:441f19178bcaf808bad7485b1fc838b0df61385ec41c8279c421f76267d8f120
3
- size 27652141
 
 
 
 
faiss_Test02_500_C_BGE_large/index.pkl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e20289dce3cbf7dfeb95f82131cfd1aa2d8d7ef49819c9fceb6cb30b551ffafb
3
- size 3566156
 
 
 
 
faiss_V03_C1000_BGE_large-final/index.faiss DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b85a67c5da2c32869ad420566aa59cbcecc6b1b6ad89e1b49e96952b61f372b
3
- size 13471789
 
 
 
 
faiss_V03_C1000_BGE_large-final/index.pkl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5db3e48d2a7c13a75418d8a7189b4c1d1bdfa94d737e7b393291df0cdec28c57
3
- size 3055609
 
 
 
 
faiss_V03_C500_BGE_large-final/index.faiss DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0245fef9786271abb7460eec3ee09648d0a927a47a735ebd2c2a0582cb79103
3
- size 28659757
 
 
 
 
faiss_V03_C500_BGE_large-final/index.pkl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2278a8e220eeb7d8bce4f3cc3d74b4e9a8d8639df9d85e7988c7be11502fb785
3
- size 3622920
 
 
 
 
model.py CHANGED
@@ -54,9 +54,11 @@ splitter = RecursiveCharacterTextSplitter(
54
 
55
  from langchain_community.vectorstores import FAISS
56
 
57
- persits_directory="./faiss_Test02_500_C_BGE_large"
58
  # persits_directory="./faiss_V03_C500_BGE_large-final"
59
  # persits_directory="./faiss_V03_C1000_BGE_large-final"
 
 
60
 
61
  vectorstore= FAISS.load_local(persits_directory, embedding)
62
 
 
54
 
55
  from langchain_community.vectorstores import FAISS
56
 
57
+ # persits_directory="./faiss_Test02_500_C_BGE_large"
58
  # persits_directory="./faiss_V03_C500_BGE_large-final"
59
  # persits_directory="./faiss_V03_C1000_BGE_large-final"
60
+ # persits_directory="./faiss_V04_C500_BGE_large-final"
61
+ persits_directory="./faiss_V04_C500_BGE_large_web_doc_with_split-final"
62
 
63
  vectorstore= FAISS.load_local(persits_directory, embedding)
64