Update rag_utils.py
Browse files- rag_utils.py +3 -3
rag_utils.py
CHANGED
@@ -1,7 +1,7 @@
|
|
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,)
|
5 |
|
6 |
|
7 |
import faiss
|
|
|
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,)
|
5 |
|
6 |
|
7 |
import faiss
|