edumatch commited on
Commit
aa731c2
·
verified ·
1 Parent(s): 273197f

Update rag_utils.py

Browse files
Files changed (1) hide show
  1. rag_utils.py +1 -0
rag_utils.py CHANGED
@@ -1,3 +1,4 @@
 
1
  from llama_index.core import SimpleDirectoryReader, VectorStoreIndex
2
  from llama_index.llms.llama_cpp import LlamaCPP
3
  from llama_index.llms.llama_cpp.llama_utils import (messages_to_prompt,completion_to_prompt,)
 
1
+ // ajout
2
  from llama_index.core import SimpleDirectoryReader, VectorStoreIndex
3
  from llama_index.llms.llama_cpp import LlamaCPP
4
  from llama_index.llms.llama_cpp.llama_utils import (messages_to_prompt,completion_to_prompt,)