add missing frameworks
- it automatically throws the error for `duckduckgo-search` that it's not installed - but when it comes to `pypdf` it's not showing a related error: only showing an error while processing documents
This commit is contained in:
parent
69a3f20a8c
commit
16709ff6e7
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
phidata==2.5.33
|
phidata==2.5.33
|
||||||
streamlit==1.40.2
|
streamlit==1.40.2
|
||||||
qdrant-client==1.12.1
|
qdrant-client==1.12.1
|
||||||
openai
|
openai
|
||||||
|
pypdf
|
||||||
|
duckduckgo-search
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue