Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from langchain.docstore.document import Document
|
|
17 |
from langchain.schema import Document
|
18 |
from chunk_python_code import chunk_python_code_with_metadata
|
19 |
from vectorstore import get_chroma_vectorstore
|
20 |
-
from
|
21 |
from process_repo_zipfile.py import extract_files_and_filepath_from_dir
|
22 |
|
23 |
# Load environment variables from .env file
|
|
|
17 |
from langchain.schema import Document
|
18 |
from chunk_python_code import chunk_python_code_with_metadata
|
19 |
from vectorstore import get_chroma_vectorstore
|
20 |
+
from download_repo_to_huggingface.py import download_and_upload_kadiAPY_repo_to_huggingfacespace
|
21 |
from process_repo_zipfile.py import extract_files_and_filepath_from_dir
|
22 |
|
23 |
# Load environment variables from .env file
|