Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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
|