Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Revert: Import Statements and some Package Changes
Browse files Browse the repository at this point in the history
Merge pull request #188 from Daethyra/4.4.6
  • Loading branch information
Daethyra authored Aug 25, 2024
2 parents 2e0b0df + 2ef7c8a commit 59c6a72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 45 deletions.
4 changes: 2 additions & 2 deletions freestream/pages/utils/utility_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from langchain.text_splitter import RecursiveCharacterTextSplitter
from langchain_community.chat_message_histories import \
StreamlitChatMessageHistory
from langchain_unstructured import UnstructuredLoader
from langchain_huggingface import HuggingFaceEmbeddings
from langchain_community.document_loaders import UnstructuredFileLoader
from langchain_community.embeddings import HuggingFaceEmbeddings
from langchain_community.vectorstores import FAISS
from langchain_core.callbacks.base import BaseCallbackHandler
from langchain_core.documents import Document
Expand Down
44 changes: 4 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "FreeStream"
version = "4.4.5"
version = "4.4.6"
description = "Streamlit template repository for building chatbots."
authors = ["Daethyra <[email protected]>"]
readme = "README.md"
Expand All @@ -21,8 +21,6 @@ torch = "^2.2.0"
opencv-python-headless = "^4.9.0.80"
langchain-anthropic = "^0.1.15"
langchain-community = "^0.2.1"
langchain-unstructured = "^0.1.2"
langchain-huggingface = "^0.0.3"

[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
Expand Down

0 comments on commit 59c6a72

Please sign in to comment.