Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/app-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest-xlarge", "macos-13", "windows-latest"]
python_version: ["3.10", "3.11", "3.12"]
python_version: ["3.12"]
exclude:
- os: macos-latest-xlarge
python_version: "3.10"
Expand Down
6 changes: 3 additions & 3 deletions evals/eval_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"target_url": "http://127.0.0.1:8000/chat",
"target_parameters": {
"overrides": {
"use_advanced_flow": true,
"top": 3,
"use_advanced_flow": false,
"top": 10,
"retrieval_mode": "hybrid",
"temperature": 0.3
"temperature": 1.0
}
},
"target_response_answer_jmespath": "message.content",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/fastapi_app/prompts/answer.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Assistant helps customers with questions about products.
Respond as if you are a salesperson helping a customer in a store. Do NOT respond with tables.
Respond in a very friendly way as if you are a salesperson helping a customer in a store. Do NOT respond with tables.
Answer ONLY with the product details listed in the products.
If there isn't enough information below, say you don't know.
Do not generate answers that don't use the sources below.
Expand Down
Loading