Merge pull request #359 from s-sajid-ali/patch-1

Add docs for `MILVUS_DB`
This commit is contained in:
Timothy Jaeryang Baek 2025-01-29 14:49:06 -08:00 committed by GitHub
commit a44bc9bc77
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`