Skip to content

Commit

Permalink
chore: Update SettingsCard component to include support for chat hist…
Browse files Browse the repository at this point in the history
…ory in context and semantic search similarity score
  • Loading branch information
n4ze3m committed May 17, 2024
1 parent 733ecc0 commit 510d33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ui/src/components/Bot/Settings/SettingsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export const SettingsCard: React.FC<BotSettings> = ({
placeholder="Enter number of documents to retrieve"
/>
</Form.Item>
<Form.Item
{/* <Form.Item
name="noOfChatHistoryInContext"
label="Number of chat history in context"
rules={[
Expand All @@ -315,7 +315,7 @@ export const SettingsCard: React.FC<BotSettings> = ({
style={{ width: "100%" }}
placeholder="Enter number of chat history in context"
/>
</Form.Item>
</Form.Item> */}
<Form.Item
label={"Semantic Search Similarity Score"}
name="semanticSearchSimilarityScore"
Expand Down

0 comments on commit 510d33a

Please sign in to comment.