Merge pull request #542 from langflow-ai/pushkala-datastax-patch-1
Container and openrag-documents
This commit is contained in:
commit
4b88fbd3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ def _get_documents_dir():
|
|||
# Locally, we use openrag-documents
|
||||
container_env = detect_container_environment()
|
||||
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}")
|
||||
return path
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue