|
@@ -88,6 +88,7 @@ services:
|
|
AZURE_BLOB_ACCOUNT_URL: 'https://<your_account_name>.blob.core.windows.net'
|
|
AZURE_BLOB_ACCOUNT_URL: 'https://<your_account_name>.blob.core.windows.net'
|
|
# The Google storage configurations, only available when STORAGE_TYPE is `google-storage`.
|
|
# The Google storage configurations, only available when STORAGE_TYPE is `google-storage`.
|
|
GOOGLE_STORAGE_BUCKET_NAME: 'yout-bucket-name'
|
|
GOOGLE_STORAGE_BUCKET_NAME: 'yout-bucket-name'
|
|
|
|
+ # if you want to use Application Default Credentials, you can leave GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64 empty.
|
|
GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64: 'your-google-service-account-json-base64-string'
|
|
GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64: 'your-google-service-account-json-base64-string'
|
|
# The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`, `relyt`.
|
|
# The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`, `relyt`.
|
|
VECTOR_STORE: weaviate
|
|
VECTOR_STORE: weaviate
|
|
@@ -226,6 +227,7 @@ services:
|
|
AZURE_BLOB_ACCOUNT_URL: 'https://<your_account_name>.blob.core.windows.net'
|
|
AZURE_BLOB_ACCOUNT_URL: 'https://<your_account_name>.blob.core.windows.net'
|
|
# The Google storage configurations, only available when STORAGE_TYPE is `google-storage`.
|
|
# The Google storage configurations, only available when STORAGE_TYPE is `google-storage`.
|
|
GOOGLE_STORAGE_BUCKET_NAME: 'yout-bucket-name'
|
|
GOOGLE_STORAGE_BUCKET_NAME: 'yout-bucket-name'
|
|
|
|
+ # if you want to use Application Default Credentials, you can leave GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64 empty.
|
|
GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64: 'your-google-service-account-json-base64-string'
|
|
GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64: 'your-google-service-account-json-base64-string'
|
|
# The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`, `relyt`, `pgvector`.
|
|
# The type of vector store to use. Supported values are `weaviate`, `qdrant`, `milvus`, `relyt`, `pgvector`.
|
|
VECTOR_STORE: weaviate
|
|
VECTOR_STORE: weaviate
|