nurasaki commited on
Commit
bc4402c
·
1 Parent(s): 2ad5136

Added vdb-v3-wikksplitter metadata

Browse files
Files changed (1) hide show
  1. rag.py +1 -1
rag.py CHANGED
@@ -40,7 +40,7 @@ class RAG:
40
  self.vectore_store = FAISS.load_local(self.vectorstore_path, embeddings, allow_dangerous_deserialization=True)
41
 
42
 
43
- logging.info("RAG loaded!")
44
  logging.info( self.vectore_store)
45
 
46
 
 
40
  self.vectore_store = FAISS.load_local(self.vectorstore_path, embeddings, allow_dangerous_deserialization=True)
41
 
42
 
43
+ logging.info("RAG loaded!!")
44
  logging.info( self.vectore_store)
45
 
46