Update main.py
Browse files
main.py
CHANGED
@@ -13,11 +13,6 @@ from langchain.text_splitter import CharacterTextSplitter
|
|
13 |
from langchain.vectorstores import FAISS
|
14 |
|
15 |
|
16 |
-
# Used to securely store your API key
|
17 |
-
from google.colab import userdata
|
18 |
-
from IPython.display import Markdown
|
19 |
-
|
20 |
-
|
21 |
|
22 |
|
23 |
|
|
|
13 |
from langchain.vectorstores import FAISS
|
14 |
|
15 |
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
|
18 |
|