edumatch commited on
Commit
9510b8c
·
verified ·
1 Parent(s): aa731c2

Update rag_utils.py

Browse files
Files changed (1) hide show
  1. rag_utils.py +1 -1
rag_utils.py CHANGED
@@ -1,4 +1,4 @@
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,)
 
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,)