bupa1018 commited on
Commit
d092474
·
1 Parent(s): d886d62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from langchain.schema import Document
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
18
 
 
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 import extract_repo_files
16
  from ragchain import RAGChain
17
  from llm import get_groq_llm
18