Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Nov 2, 2023
1 parent a4845bb commit a12603f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/widgets/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from fastapi.middleware.cors import CORSMiddleware
from langchain.document_loaders.blob_loaders import Blob
from langchain.document_loaders.parsers.pdf import PDFMinerParser
from langchain.schema.runnable import RunnableLambda
from langchain.schema.messages import BaseMessage, ChatMessage
from langchain.schema.runnable import RunnableLambda
from pydantic import BaseModel, Field

from langserve.server import add_routes
Expand Down

0 comments on commit a12603f

Please sign in to comment.