Spaces:
Sleeping
Sleeping
Update learning_platform.py
Browse files- learning_platform.py +2 -2
learning_platform.py
CHANGED
|
@@ -3,8 +3,8 @@ from dataclasses import dataclass, field
|
|
| 3 |
from datetime import datetime
|
| 4 |
import json
|
| 5 |
import os
|
| 6 |
-
from
|
| 7 |
-
from
|
| 8 |
from langchain_community.vectorstores import FAISS
|
| 9 |
import streamlit as st
|
| 10 |
|
|
|
|
| 3 |
from datetime import datetime
|
| 4 |
import json
|
| 5 |
import os
|
| 6 |
+
from langchain_community.chat_models import ChatOpenAI
|
| 7 |
+
from langchain_community.embeddings import OpenAIEmbeddings
|
| 8 |
from langchain_community.vectorstores import FAISS
|
| 9 |
import streamlit as st
|
| 10 |
|