dkdaniz commited on
Commit
2cb1efb
·
1 Parent(s): f482f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -6,15 +6,6 @@ import llama_cpp
6
  from llama_cpp import Llama
7
  from huggingface_hub import hf_hub_download
8
 
9
- from constants import (
10
- CHROMA_SETTINGS,
11
- DOCUMENT_MAP,
12
- EMBEDDING_MODEL_NAME,
13
- INGEST_THREADS,
14
- PERSIST_DIRECTORY,
15
- SOURCE_DIRECTORY,
16
- )
17
-
18
  with open("ingest.py", "r") as file:
19
  code = file.read()
20
  exec(code)
 
6
  from llama_cpp import Llama
7
  from huggingface_hub import hf_hub_download
8
 
 
 
 
 
 
 
 
 
 
9
  with open("ingest.py", "r") as file:
10
  code = file.read()
11
  exec(code)