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