Skip to content

Commit

Permalink
πŸ”„ Update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 17, 2024
1 parent 224fa72 commit bbc77e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/decorator.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from operator import itemgetter

from funcchain.syntax import chain, runnable
from langchain_community.embeddings import OpenAIEmbeddings
from langchain_community.vectorstores.faiss import FAISS
from langchain_core.runnables import Runnable, RunnablePassthrough
from langchain_openai.embeddings import OpenAIEmbeddings


@runnable
Expand Down

0 comments on commit bbc77e7

Please sign in to comment.