SansarK commited on
Commit
2666732
·
verified ·
1 Parent(s): b7e7d93

Update rag_with_mircosoftphi2_and_hf_embeddings.py

Browse files
rag_with_mircosoftphi2_and_hf_embeddings.py CHANGED
@@ -1,7 +1,7 @@
1
  from llama_index.core import VectorStoreIndex,SimpleDirectoryReader,ServiceContext
2
  import torch
3
 
4
- documents = SimpleDirectoryReader("data").load_data()
5
 
6
  """New sectiond"""
7
 
 
1
  from llama_index.core import VectorStoreIndex,SimpleDirectoryReader,ServiceContext
2
  import torch
3
 
4
+ documents = SimpleDirectoryReader("SansarChat").load_data()
5
 
6
  """New sectiond"""
7