Skip to content

Commit

Permalink
Un-bump nltk due to llamaindex issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored and rajiv chodisetti committed Oct 2, 2024
1 parent 5956a53 commit 3992ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/danswer/connectors/slack/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
from danswer.connectors.slack.utils import SlackTextCleaner
from danswer.utils.logger import setup_logger


logger = setup_logger()


Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ litellm==1.43.18
llama-index==0.9.45
Mako==1.2.4
msal==1.28.0
nltk==3.9
nltk==3.8.1
Office365-REST-Python-Client==2.5.9
oauthlib==3.2.2
openai==1.41.1
Expand Down

0 comments on commit 3992ded

Please sign in to comment.