File tree 13 files changed +13
-13
lines changed
13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 53
53
54
54
__settings = Settings ()
55
55
56
- __version__ = "1.0.3 "
56
+ __version__ = "1.0.4 "
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.3 "
19
+ "Default" : " 1.0.4 "
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.3 "
7
+ chroma_version = " 1.0.4 "
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.3 "
20
+ default = " 1.0.4 "
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.3 "
5
+ chroma_version = " 1.0.4 "
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.3 "
26
+ default = " 1.0.4 "
27
27
}
28
28
29
29
variable "chroma_server_auth_credentials" {
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " chroma-cli"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chromadb-js-bindings-darwin-arm64" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"os" : [
5
5
" darwin"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chromadb-js-bindings-darwin-x64" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"os" : [
5
5
" darwin"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chromadb-js-bindings-linux-arm64-gnu" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"os" : [
5
5
" linux"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chromadb-js-bindings-linux-x64-gnu" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"os" : [
5
5
" linux"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chromadb-js-bindings-win32-arm64-msvc" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"os" : [
5
5
" win32"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chromadb-js-bindings-win32-x64-msvc" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"os" : [
5
5
" win32"
6
6
],
You can’t perform that action at this time.
0 commit comments