Update env-configuration.md for milvus_db

This commit is contained in:
Sajid Ali 2025-01-14 15:45:48 -05:00 committed by GitHub
parent bca9882511
commit b7e77e40da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1020,6 +1020,13 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL
- Default: `${DATA_DIR}/vector_db/milvus.db`
- Description: Specifies the URI for connecting to the Milvus vector database. This can point to a local or remote Milvus server based on the deployment configuration.
#### `MILVUS_DB`
- Type: `str`
- Default: `default`
- Description: Specifies the database to connect to within a milvus instance
### OpenSearch
#### `OPENSEARCH_CERT_VERIFY`