Update rag_utils.py
Browse files- rag_utils.py +0 -6
rag_utils.py
CHANGED
@@ -1,9 +1,3 @@
|
|
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
|
8 |
import pickle
|
9 |
import numpy as np
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import faiss
|
2 |
import pickle
|
3 |
import numpy as np
|