bupa1018 commited on
Commit
1c96354
·
1 Parent(s): d37481c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ from chunk_python_code import chunk_python_code_with_metadata
15
  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
 
19
  # Load environment variables from .env file
20
  load_dotenv()
 
15
  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()