File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed 
src/collections/configure Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515import  generative  from  './generative.js' ; 
1616import  reranker  from  './reranker.js' ; 
1717import  {  configure  as  configureVectorIndex ,  reconfigure  as  reconfigureVectorIndex  }  from  './vectorIndex.js' ; 
18- import  {  multiVectors ,  vectorizer  }  from  './vectorizer.js' ; 
18+ import  {  multiVectors ,  vectors  }  from  './vectorizer.js' ; 
1919
2020import  {  parseWithDefault  }  from  './parsing.js' ; 
2121
@@ -63,8 +63,8 @@ const configure = {
6363  /** 
6464   * @deprecated  Use `vectors` instead. 
6565   */ 
66-   vectorizer, 
67-   vectors :  vectorizer , 
66+   vectorizer :  vectors , 
67+   vectors, 
6868  vectorIndex : configureVectorIndex , 
6969  dataType, 
7070  tokenization, 
@@ -305,10 +305,11 @@ export {
305305  configure , 
306306  dataType , 
307307  generative , 
308+   multiVectors , 
308309  reconfigure , 
309310  reranker , 
310311  tokenization , 
311312  vectorDistances , 
312313  configureVectorIndex  as  vectorIndex , 
313-   vectorizer , 
314+   vectors , 
314315} ; 
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ const formatMulti2VecFields = (
114114  return  weights ; 
115115} ; 
116116
117- export  const  vectorizer  =  { 
117+ export  const  vectors  =  { 
118118  /** 
119119   * Create a `VectorConfigCreate` object with the vectorizer set to `'none'`. 
120120   * 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments