File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515package embedding
1616
17- import (
18- "context"
19- )
17+ import "context"
2018
2119type EmbeddingProvider interface {
2220 QueryVector (text string , ctx context.Context ) ([]float32 , error )
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ class StoreListPage extends React.Component {
140140 title : i18next . t ( "store:Storage provider" ) ,
141141 dataIndex : "storageProvider" ,
142142 key : "storageProvider" ,
143- width : "250px " ,
143+ width : "290px " ,
144144 sorter : ( a , b ) => a . storageProvider . localeCompare ( b . storageProvider ) ,
145145 render : ( text , record , index ) => {
146146 if ( text === "" ) {
@@ -195,7 +195,7 @@ class StoreListPage extends React.Component {
195195 title : i18next . t ( "general:Action" ) ,
196196 dataIndex : "action" ,
197197 key : "action" ,
198- width : "400px " ,
198+ width : "380px " ,
199199 render : ( text , record , index ) => {
200200 return (
201201 < div >
You can’t perform that action at this time.
0 commit comments