Skip to content

Commit

Permalink
Merge pull request #35 from mindvalley/chore/update-built-in-assistant
Browse files Browse the repository at this point in the history
Update built-in assistant
  • Loading branch information
onimsha authored May 27, 2024
2 parents 141fc1c + 8a7662c commit 6a5fd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/danswer/chat/personas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ personas:
- id: 0
name: "Eve AI"
description: >
Assistant with access to documents from your Connected Sources.
AI Assistant with access to Mindvalley’s internal documents through the Connected Sources..
# Default Prompt objects attached to the persona, see prompts.yaml
prompts:
- "Answer-Question"
# Default number of chunks to include as context, set to 0 to disable retrieval
# Remove the field to set to the system default number of chunks/tokens to pass to Gen AI
# Each chunk is 512 tokens long
num_chunks: 10
num_chunks: 20
# Enable/Disable usage of the LLM chunk filter feature whereby each chunk is passed to the LLM to determine
# if the chunk is useful or not towards the latest user query
# This feature can be overriden for all personas via DISABLE_LLM_CHUNK_FILTER env variable
Expand Down

0 comments on commit 6a5fd8f

Please sign in to comment.