Skip to content

Extract common chatbot vars #760

Open
sats-23 wants to merge 2 commits into
IBM:mainfrom
sats-23:ais-1067
Open

Extract common chatbot vars #760
sats-23 wants to merge 2 commits into
IBM:mainfrom
sats-23:ais-1067

Conversation

@sats-23
Copy link
Copy Markdown
Contributor

@sats-23 sats-23 commented May 18, 2026

No description provided.

sats-23 added 2 commits May 21, 2026 12:05
Signed-off-by: Sathvik <Sathvik.S@ibm.com>
Signed-off-by: Sathvik <Sathvik.S@ibm.com>
Copy link
Copy Markdown
Member

@dharaneeshvrd dharaneeshvrd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont we need to bump chat ui version?

# @description Search mode for similarity search. Options: "dense" (cosine similarity), "sparse" (BM25), "hybrid" (both). Default is "dense".
searchMode: "hybrid"
# @description Number of document chunks to retrieve from similarity search. Default is 10.
numChunksPostSearch: 10
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be defined in similarity service
from chatbot we would be using numChunksPostReranker only once we start consuming similarity search endpoint part of chat completion endpoint.
currently numChunksPostSearch its defined in settings, lets use it from there till we replace it, no need to add it in manifest here

value: "7000"
- name: CHATBOT_SEARCH_MODE
value: "{{ .Values.chatbot.searchMode }}"
- name: CHATBOT_NUM_CHUNKS_POST_SEARCH
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should use NUM_CHUNKS_POST_RERANKER and that should be referred in chatbot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants