Spaces:
Runtime error
Runtime error
Swicthed to use all_products as the sample vector store for the streamlit app
Browse files
config/architectures.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"description": "An architecture which uses a raw baseline LLM for its core, but augments requests from the user with information which has been retrieved from a knowledge store where the organisational knowledge has previously been stored for this purpose.",
|
16 |
"steps": [
|
17 |
{"class": "InputRequestScreener"},
|
18 |
-
{"class": "RetrievalAugmentor", "params": {"vector_store": "
|
19 |
{"class": "HFLlamaHttpRequestor", "params": {"model": "meta-llama/Llama-2-7b-chat-hf", "system_prompt": "You are a helpful domestic appliance advisor. Please answer the following customer question, answering only from the facts provided. Do not make things up, and say if you cannot answer.", "max_tokens": 2000}},
|
20 |
{"class": "OutputResponseScreener"}
|
21 |
],
|
|
|
15 |
"description": "An architecture which uses a raw baseline LLM for its core, but augments requests from the user with information which has been retrieved from a knowledge store where the organisational knowledge has previously been stored for this purpose.",
|
16 |
"steps": [
|
17 |
{"class": "InputRequestScreener"},
|
18 |
+
{"class": "RetrievalAugmentor", "params": {"vector_store": "01_all_products"}},
|
19 |
{"class": "HFLlamaHttpRequestor", "params": {"model": "meta-llama/Llama-2-7b-chat-hf", "system_prompt": "You are a helpful domestic appliance advisor. Please answer the following customer question, answering only from the facts provided. Do not make things up, and say if you cannot answer.", "max_tokens": 2000}},
|
20 |
{"class": "OutputResponseScreener"}
|
21 |
],
|