Skip to content

Commit

Permalink
fix: remove name from embedding field
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Oct 23, 2024
1 parent e9e00ad commit 2570e38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function NewKnowledgeBasePage() {
<div>
<Field name="embeddings.endpoint">
<FieldLabel>Endpoint</FieldLabel>
<TextInputField type="text" name="endpoint" />
<TextInputField type="text" />
<FieldMessage>
API endpoint used for retrieving embeddings
</FieldMessage>
Expand Down

0 comments on commit 2570e38

Please sign in to comment.