Spaces:
Runtime error
Runtime error
lgfunderburk
commited on
Commit
•
757dbc2
1
Parent(s):
997e239
add cuda
Browse files- chainlit.md +1 -1
chainlit.md
CHANGED
@@ -25,4 +25,4 @@ The data is from the [Seven Wonders dataset][1] on Hugging Face. https://hugging
|
|
25 |
|
26 |
### Method
|
27 |
|
28 |
-
The chatbots retrieval mechanism is developed using Retrieval Augmented Generation (RAG) with
|
|
|
25 |
|
26 |
### Method
|
27 |
|
28 |
+
The chatbots retrieval mechanism is developed using Retrieval Augmented Generation (RAG) with Haystack by deepset and its user interface is built with Chainlitoverview. It is using OpenAI GPT-3.5-turbo. The full script is [here](app.py)
|