Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,7 @@ from Information import show_general_data_statistics, describe_data, info_data
|
|
| 16 |
from Preprocessing1 import preview_data, data_cleaning, modify_column_names
|
| 17 |
from Preprocessing2 import handle_categorical_values, missing_values, handle_duplicates, handle_outliers
|
| 18 |
from RAG import create_doucment, ask_me, load_models_embedding, load_models_llm, create_database
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
|
|
|
|
| 16 |
from Preprocessing1 import preview_data, data_cleaning, modify_column_names
|
| 17 |
from Preprocessing2 import handle_categorical_values, missing_values, handle_duplicates, handle_outliers
|
| 18 |
from RAG import create_doucment, ask_me, load_models_embedding, load_models_llm, create_database
|
| 19 |
+
from langchain.vectorstores import FAISS
|
| 20 |
|
| 21 |
|
| 22 |
|