bupa1018 commited on
Commit
a9e4372
·
1 Parent(s): 2b835ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from langchain.schema import Document
11
 
12
  from chunk_python_code import chunk_python_code_with_metadata
13
  from vectorstore import get_chroma_vectorstore
14
- from download_repo_to_huggingface import download_and_upload_kadiAPY_repo_to_huggingfacespace
15
  from process_repo_zipfile import extract_files_and_filepath_from_dir
16
  from ragchain import RAGChain
17
  from llm import get_groq_llm
 
11
 
12
  from chunk_python_code import chunk_python_code_with_metadata
13
  from vectorstore import get_chroma_vectorstore
14
+ from download_repo_to_huggingface import download_gitlab_repo_to_hfspace
15
  from process_repo_zipfile import extract_files_and_filepath_from_dir
16
  from ragchain import RAGChain
17
  from llm import get_groq_llm