Skip to content
Snippets Groups Projects
Commit 65497a03 authored by Evers, Valentijn's avatar Evers, Valentijn
Browse files

L03DIGLIB-1347 - Added configurable rag folder to config

parent 05956bed
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ MODEL_CACHE_DIR = os.path.join(os.getcwd(), "storage", "models")
#
# Folder containing the documents used for RAG, including an index.yam l
#
RAG_DOCUMENTS_FOLDER = os.path.join(os.getcwd(), "documents")
RAG_DOCUMENTS_FOLDER = os.path.join(os.getcwd(), os.getenv("RAG_DOCUMENTS_FOLDER", "documents"))
#
# Folder used for storing/loading the Faiss index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment