NeilDriscoll commited on
Commit
7889e80
·
verified ·
1 Parent(s): bdcf9e1

Update rag_pipeline.py

Browse files
Files changed (1) hide show
  1. rag_pipeline.py +1 -1
rag_pipeline.py CHANGED
@@ -21,7 +21,7 @@ from config import (
21
  logger = logging.getLogger(__name__)
22
 
23
  # Paths
24
- CHUNKS_JSON_PATH = "data/chunks.json"
25
 
26
 
27
  class RAGPipeline:
 
21
  logger = logging.getLogger(__name__)
22
 
23
  # Paths
24
+ CHUNKS_JSON_PATH = "chunks.json"
25
 
26
 
27
  class RAGPipeline: