Skip to content

Commit

Permalink
Fix langchain imports
Browse files Browse the repository at this point in the history
  • Loading branch information
artitw committed Jul 9, 2023
1 parent 37ccfad commit c9de25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="text2text",
version="1.2.5",
version="1.2.6",
author="Artit Wangperawong",
author_email="artitw@gmail.com",
description="Text2Text: Crosslingual NLP/G toolkit",
Expand Down
2 changes: 2 additions & 0 deletions text2text/langchain/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .stfidf import STFIDFRetriever
from .text2text_assistant import Text2TextAssistant

0 comments on commit c9de25c

Please sign in to comment.