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 4545
4646__settings = Settings ()
4747
48- __version__ = "0.5.22 "
48+ __version__ = "0.5.23 "
4949
5050
5151# 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" : " 0.5.22 "
19+ "Default" : " 0.5.23 "
2020 },
2121 "ChromaServerAuthCredentials" : {
2222 "Description" : " Chroma authentication credentials" ,
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 = " 0.5.22 "
7+ chroma_version = " 0.5.23 "
88chroma_server_auth_credentials = " "
99chroma_server_auth_provider = " "
1010chroma_auth_token_transport_header = " "
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 = " 0.5.22 "
20+ default = " 0.5.23 "
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 = " 0.5.22 "
5+ chroma_version = " 0.5.23 "
66chroma_server_auth_credentials = " "
77chroma_server_auth_provider = " "
88chroma_auth_token_transport_header = " "
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 = " 0.5.22 "
26+ default = " 0.5.23 "
2727}
2828
2929variable "chroma_server_auth_credentials" {
You can’t perform that action at this time.
0 commit comments