Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ from vectorstore import get_chroma_vectorstore
|
|
16 |
from download_repo_to_huggingface import download_and_upload_kadiAPY_repo_to_huggingfacespace
|
17 |
from process_repo_zipfile import extract_files_and_filepath_from_dir
|
18 |
from ragchain import RAGChain
|
|
|
19 |
|
20 |
# Load environment variables from .env file
|
21 |
load_dotenv()
|
|
|
16 |
from download_repo_to_huggingface import download_and_upload_kadiAPY_repo_to_huggingfacespace
|
17 |
from process_repo_zipfile import extract_files_and_filepath_from_dir
|
18 |
from ragchain import RAGChain
|
19 |
+
from llm import get_groq_llm
|
20 |
|
21 |
# Load environment variables from .env file
|
22 |
load_dotenv()
|