File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
54
54
__settings = Settings ()
55
55
56
- __version__ = "1.0.5 "
56
+ __version__ = "1.0.6 "
57
57
58
58
59
59
# Workaround to deal with Colab's old sqlite3 version
Original file line number Diff line number Diff line change 16
16
"ChromaVersion" : {
17
17
"Description" : " Chroma version to install" ,
18
18
"Type" : " String" ,
19
- "Default" : " 1.0.5 "
19
+ "Default" : " 1.0.6 "
20
20
},
21
21
"ChromaOtelCollectionEndpoint" : {
22
22
"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
4
4
ssh_public_key_path = " ~/.ssh/id_rsa.pub" # Path to your SSH public key
5
5
6
6
instance_name = " chroma-instance"
7
- chroma_version = " 1.0.5 "
7
+ chroma_version = " 1.0.6 "
8
8
chroma_otel_collection_endpoint = " "
9
9
chroma_otel_service_name = " "
10
10
chroma_otel_collection_headers = " {}"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ variable "machine_type" {
17
17
18
18
variable "chroma_version" {
19
19
description = " Chroma version to install"
20
- default = " 1.0.5 "
20
+ default = " 1.0.6 "
21
21
}
22
22
23
23
variable "chroma_server_auth_credentials" {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ project_id = "your-gcp-project-id"
2
2
region = " your-region" # e.g., "us-central1"
3
3
zone = " your-zone"
4
4
machine_type = " "
5
- chroma_version = " 1.0.5 "
5
+ chroma_version = " 1.0.6 "
6
6
chroma_otel_collection_endpoint = " "
7
7
chroma_otel_service_name = " "
8
8
chroma_otel_collection_headers = " "
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ variable "machine_type" {
23
23
24
24
variable "chroma_version" {
25
25
description = " Chroma version to install"
26
- default = " 1.0.5 "
26
+ default = " 1.0.6 "
27
27
}
28
28
29
29
variable "chroma_server_auth_credentials" {
You can’t perform that action at this time.
0 commit comments