Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -12,7 +12,7 @@ import streamlit as st
|
|
| 12 |
import yt_dlp
|
| 13 |
import os
|
| 14 |
import textwrap
|
| 15 |
-
from
|
| 16 |
from langchain.text_splitter import RecursiveCharacterTextSplitter
|
| 17 |
from langchain_chroma import Chroma
|
| 18 |
from langchain_google_genai import GoogleGenerativeAIEmbeddings
|
|
|
|
| 12 |
import yt_dlp
|
| 13 |
import os
|
| 14 |
import textwrap
|
| 15 |
+
from langchain_core.documents import Document
|
| 16 |
from langchain.text_splitter import RecursiveCharacterTextSplitter
|
| 17 |
from langchain_chroma import Chroma
|
| 18 |
from langchain_google_genai import GoogleGenerativeAIEmbeddings
|