From 94ca82845ffa0ca7dccef04ff57a83589a80f43c Mon Sep 17 00:00:00 2001 From: nirogu Date: Thu, 10 Oct 2024 18:33:25 -0500 Subject: [PATCH] Rename documents folder and DB variables --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 87938a8..e03f78c 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ -index_directory: "./rag_index" +index_directory: ".rag_index" chunk_size: 512 embedding_model: "thenlper/gte-large" ollama_model: "mixtral" -chroma_collection: "sagemaker_docs" -documents_dir: "sagemaker_documentation" +chroma_collection: "documents_chroma_db" +documents_dir: "documents" query_history: "queries_database.jsonl"