Spaces:
Build error
Build error
Added llama-index and disclaimer to README
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# chatbot-streamlit-demo
|
2 |
|
3 |
-
This application demonstrates how to setup a simple ChatBot with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) and [Streamlit](https://streamlit.io).
|
4 |
|
5 |
The ChatBot enables you to talk with your own data - in this case, to learn about [André's research](https://scholar.google.com/citations?user=U20zUHQAAAAJ).
|
6 |
|
@@ -44,6 +44,10 @@ Below is a snapshot on how the UI should look. A live demo may be made openly av
|
|
44 |
|
45 |
<img width="800" alt="Screenshot 2023-10-18 at 13 06 51" src="https://github.com/andreped/chatbot-streamlit-demo/assets/29090665/0e367153-9f0e-48d6-8059-dd060f917a97">
|
46 |
|
|
|
|
|
|
|
|
|
47 |
## License
|
48 |
|
49 |
The code in this repository is released under [MIT license](https://github.com/andreped/chatbot-streamlit-demo/blob/main/LICENSE).
|
|
|
1 |
# chatbot-streamlit-demo
|
2 |
|
3 |
+
This application demonstrates how to setup a simple ChatBot with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service), [llama-index](https://docs.llamaindex.ai/en/stable/), and [Streamlit](https://streamlit.io).
|
4 |
|
5 |
The ChatBot enables you to talk with your own data - in this case, to learn about [André's research](https://scholar.google.com/citations?user=U20zUHQAAAAJ).
|
6 |
|
|
|
44 |
|
45 |
<img width="800" alt="Screenshot 2023-10-18 at 13 06 51" src="https://github.com/andreped/chatbot-streamlit-demo/assets/29090665/0e367153-9f0e-48d6-8059-dd060f917a97">
|
46 |
|
47 |
+
## Disclaimer
|
48 |
+
|
49 |
+
Only public PDFs were used for this demonstration. Some of André's research is sadly behind a paywall and thus we have chosen not to include the PDFs in this demo to avoid copyright issues.
|
50 |
+
|
51 |
## License
|
52 |
|
53 |
The code in this repository is released under [MIT license](https://github.com/andreped/chatbot-streamlit-demo/blob/main/LICENSE).
|