Skip to content

Commit

Permalink
Fixed langchain version update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Sep 19, 2023
1 parent d04b9af commit 208b0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paperqa/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

from langchain.base_language import BaseLanguageModel
from langchain.chat_models import ChatOpenAI
from langchain.embeddings.base import Embeddings
from langchain.embeddings.openai import OpenAIEmbeddings
from langchain.memory import ConversationTokenBufferMemory
from langchain.memory.chat_memory import BaseChatMemory
from langchain.schema.embeddings import Embeddings
from langchain.vectorstores import FAISS, VectorStore

try:
Expand Down
2 changes: 1 addition & 1 deletion paperqa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.11.0"
__version__ = "3.11.1"

0 comments on commit 208b0d6

Please sign in to comment.