Skip to content

Commit

Permalink
fix import (#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchase17 committed May 2, 2023
1 parent 013208c commit e233919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion langchain/indexes/vectorstore.py
Expand Up @@ -9,7 +9,7 @@
from langchain.embeddings.openai import OpenAIEmbeddings
from langchain.llms.base import BaseLLM
from langchain.llms.openai import OpenAI
from langchain.schemas import Document
from langchain.schema import Document
from langchain.text_splitter import RecursiveCharacterTextSplitter, TextSplitter
from langchain.vectorstores.base import VectorStore
from langchain.vectorstores.chroma import Chroma
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.155"
version = "0.0.156"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down

0 comments on commit e233919

Please sign in to comment.