dkdaniz commited on
Commit
209e208
1 Parent(s): 3bfe0ac

Update ingest.py

Browse files
Files changed (1) hide show
  1. ingest.py +2 -1
ingest.py CHANGED
@@ -13,7 +13,8 @@ from langchain.vectorstores import Chroma
13
  import run_localGPT_API
14
  from localGPTUI import localGPTUI
15
 
16
-
 
17
 
18
  from constants import (
19
  CHROMA_SETTINGS,
 
13
  import run_localGPT_API
14
  from localGPTUI import localGPTUI
15
 
16
+ import os
17
+ os.environ['TRANSFORMERS_CACHE'] = '/home/cache/'
18
 
19
  from constants import (
20
  CHROMA_SETTINGS,