bupa1018 commited on
Commit
36637af
·
1 Parent(s): 75aeb41

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_gitlab_repo_to_hfspace
15
  from process_repo.py import extract_repo_files
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 import download_gitlab_repo_to_hfspace
15
  from process_repo.py import extract_repo_files
16
  from ragchain import RAGChain
17
  from llm import get_groq_llm