Skip to content

Commit

Permalink
fix merge conflict: langchain Embeddings not imported in server.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
liunux4odoo committed Mar 19, 2024
1 parent 4bdb69b commit 16d9b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import sys
import multiprocessing as mp
from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor, as_completed
from langchain.embeddings.base import Embeddings
from langchain_openai.chat_models import ChatOpenAI
from langchain_openai.llms import OpenAI
import httpx
Expand Down

0 comments on commit 16d9b60

Please sign in to comment.