File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7777
7878__settings  =  Settings ()
7979
80- __version__  =  "1.1.1 " 
80+ __version__  =  "1.2.0 " 
8181
8282
8383# Workaround to deal with Colab's old sqlite3 version 
Original file line number Diff line number Diff line change 1616    "ChromaVersion" : {
1717      "Description" : " Chroma version to install" 
1818      "Type" : " String" 
19-       "Default" : " 1.1.1 " 
19+       "Default" : " 1.2.0 " 
2020    },
2121    "ChromaOtelCollectionEndpoint" : {
2222      "Description" : " Chroma OTEL endpoint" 
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ machine_type        = "Standard_B1s"      # Azure VM size
44ssh_public_key_path  =  " ~/.ssh/id_rsa.pub" #  Path to your SSH public key
55
66instance_name                    =  " chroma-instance" 
7- chroma_version                   =  " 1.1.1 " 
7+ chroma_version                   =  " 1.2.0 " 
88chroma_otel_collection_endpoint  =  " " 
99chroma_otel_service_name         =  " " 
1010chroma_otel_collection_headers   =  " {}" 
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ variable "machine_type" {
1717
1818variable  "chroma_version"  {
1919  description  =  " Chroma version to install" 
20-   default      =  " 1.1.1 " 
20+   default      =  " 1.2.0 " 
2121}
2222
2323variable  "chroma_server_auth_credentials"  {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ project_id                      = "your-gcp-project-id"
22region                           =  " your-region" #  e.g., "us-central1"
33zone                             =  " your-zone" 
44machine_type                     =  " " 
5- chroma_version                   =  " 1.1.1 " 
5+ chroma_version                   =  " 1.2.0 " 
66chroma_otel_collection_endpoint  =  " " 
77chroma_otel_service_name         =  " " 
88chroma_otel_collection_headers   =  " " 
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ variable "machine_type" {
2323
2424variable  "chroma_version"  {
2525  description  =  " Chroma version to install" 
26-   default      =  " 1.1.1 " 
26+   default      =  " 1.2.0 " 
2727}
2828
2929variable  "chroma_server_auth_credentials"  {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments