Merge branch 'main' of https://github.com/jina-ai/vectordb into fix-test-deployment

This commit is contained in:
Joan Fontanals Martinez 2023-06-27 16:32:19 +02:00
commit 8499c097b2
1 changed files with 1 additions and 1 deletions

View File

@ -167,13 +167,13 @@ if __name__ == '__main__':
```jc login``` ```jc login```
3. Deploy: 3. Deploy:
```bash ```bash
vectordb deploy --db example:db vectordb deploy --db example:db
``` ```
![](./.github/images/vectordb_deploy_screenshot.png) ![](./.github/images/vectordb_deploy_screenshot.png)
4. Connect from Client 4. Connect from Client
Once deployed, you can use `vectordb` Client to access the given endpoint. Once deployed, you can use `vectordb` Client to access the given endpoint.