Spaces:
Paused
Paused
Update ingest.py
Browse files
ingest.py
CHANGED
@@ -4,7 +4,6 @@ from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor, as_compl
|
|
4 |
|
5 |
import click
|
6 |
import torch
|
7 |
-
import run_localGPT_API
|
8 |
|
9 |
from langchain.docstore.document import Document
|
10 |
from langchain.embeddings import HuggingFaceInstructEmbeddings
|
|
|
4 |
|
5 |
import click
|
6 |
import torch
|
|
|
7 |
|
8 |
from langchain.docstore.document import Document
|
9 |
from langchain.embeddings import HuggingFaceInstructEmbeddings
|