You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm getting the following error when running the app on latest master.
Error parsing dimension value 100%: invalid literal for int() with base 10: '100%'
To Reproduce
Steps to reproduce the behavior:
export RETRIEVER="tavily, arxiv, duckduckgo"
add "duckduckgo-search" to the default requirements.txt
install dependencies
run the app
Expected behavior
The errors in the console don't lead to anything crashing, but I'm guessing that potentially some information are not being ingested correctly.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: macos
Additional context
Some times the number 100 changes to other numbers.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm getting the following error when running the app on latest master.
Error parsing dimension value 100%: invalid literal for int() with base 10: '100%'
To Reproduce
Steps to reproduce the behavior:
export RETRIEVER="tavily, arxiv, duckduckgo"
add "duckduckgo-search" to the default requirements.txt
install dependencies
run the app
Expected behavior
The errors in the console don't lead to anything crashing, but I'm guessing that potentially some information are not being ingested correctly.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: macos
Additional context
Some times the number 100 changes to other numbers.
The text was updated successfully, but these errors were encountered: