forked from deepset-ai/haystack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Demo UI add env vars & other small fixes (deepset-ai#1828)
* Add more env vars to the streamlit ui * Add some more questions to the random ones * Relax a statuscode check and rename env vars * Make query error message more descriptive * Add log message * Align docker-compose with and without GPU * Typo in pipeline filename * Remove prefix from var in docker_compose * Align docker-compose.yml and add small sleep to the initialized poller to prevent spamming * Fix the name of the dockerfile used to build the GPU image
- Loading branch information
Showing
6 changed files
with
56 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
"Question Text";"Answer" | ||
"What's the capital of France?";"Paris" | ||
"What's the tallest mountain in Kenya?";"Mount Kenya" | ||
"What's the climate of Beijing?";"humid continental" | ||
"What is the capital of the Netherlands?";"Amsterdam" | ||
"What's the tallest mountain in Africa?";"Mount Kilimanjaro" | ||
"What's the climate of Beijing?";"monsoon-influenced humid continental" | ||
"What's the longest river of Europe?";"The Volga" | ||
"What's the deepest lake in the world?";"Lake Bajkal" | ||
"How many people live in the capital of the US?";"689,545" | ||
"Which Chinese ciy is the largest?";"Shanghai" | ||
"What's the type of government of the UK?";"unitary parliamentary democracy and constitutional monarchy" | ||
"What currency is used in Hungary?";"Hungarian forint" | ||
"In which city is the Louvre?";"Paris" | ||
"Which language is spoken in the Fiji?";"Fiji Hindi" | ||
"Who is the current king of Spain?";"Felipe VI" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters