Skip to content

Commit 2b6a9c7

Browse files
authored
[Bug] fix requirements.txt for example chat-w/-pdf (#284)
* fix(chat-w/-pdf): fix requirements.txt for example * fix(chat-w/-pdf): pin only explicitly imported packages
1 parent 1200100 commit 2b6a9c7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
panel
2-
openai
3-
chromadb
4-
pypdf
5-
langchain
6-
tiktoken
1+
tiktoken==0.7.0
2+
langchain==0.1.11
3+
langchain-community==0.0.25
4+
pypdf==5.0.1
5+
chromadb==0.5.11
6+
openai==1.51.0
7+
panel==1.5.1

0 commit comments

Comments
 (0)