Spaces:
Paused
Paused
Update ingest.py
Browse files
ingest.py
CHANGED
@@ -11,7 +11,11 @@ from langchain.text_splitter import Language, RecursiveCharacterTextSplitter
|
|
11 |
from langchain.vectorstores import Chroma
|
12 |
|
13 |
import run_localGPT_API
|
14 |
-
|
|
|
|
|
|
|
|
|
15 |
|
16 |
from constants import (
|
17 |
CHROMA_SETTINGS,
|
|
|
11 |
from langchain.vectorstores import Chroma
|
12 |
|
13 |
import run_localGPT_API
|
14 |
+
|
15 |
+
import sys
|
16 |
+
sys.path.append("localGPTUI")
|
17 |
+
|
18 |
+
import localGPTUI
|
19 |
|
20 |
from constants import (
|
21 |
CHROMA_SETTINGS,
|