bupa1018 commited on
Commit
fcfb36c
·
1 Parent(s): 0792287

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()