Container and openrag-documents
This commit is contained in:
parent
541e97c615
commit
54dfd723dc
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ def _get_documents_dir():
|
||||||
# Locally, we use openrag-documents
|
# Locally, we use openrag-documents
|
||||||
container_env = detect_container_environment()
|
container_env = detect_container_environment()
|
||||||
if container_env:
|
if container_env:
|
||||||
path = os.path.abspath("/app/documents")
|
path = os.path.abspath("/app/openrag-documents")
|
||||||
logger.debug(f"Running in {container_env}, using container path: {path}")
|
logger.debug(f"Running in {container_env}, using container path: {path}")
|
||||||
return path
|
return path
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue