|
@@ -1,5 +1,4 @@
|
|
|
# Attu
|
|
|
-
|
|
|
[](https://badges.aleen42.com/src/typescript.svg)
|
|
|
[](https://hub.docker.com/r/zilliz/attu/tags)
|
|
|
|
|
@@ -141,6 +140,16 @@ We appreciate your contributions to Attu, regardless of size. Thanks for support
|
|
|
|
|
|
If you encounter any bugs or want to request a new feature, please create a [GitHub issue](https://github.com/zilliztech/attu/issues/new/choose). It's important to check if someone else has already created an issue for the same problem before submitting a new one.
|
|
|
|
|
|
+### Useful Examples
|
|
|
+
|
|
|
+[Milvus Typescript Examples](https://github.com/zilliztech/zilliz-cloud-typescript-example):This repo provides some simple React apps based on Next.js.
|
|
|
+
|
|
|
+| Name | Demo | Model |
|
|
|
+| -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | --------------------- |
|
|
|
+| [semantic-search-example](https://github.com/zilliztech/zilliz-cloud-typescript-example/tree/master/semantic-search-example) | https://zilliz-semantic-search-example.vercel.app | all-MiniLM-L6-v2 |
|
|
|
+| [semantic-image-search](https://github.com/zilliztech/zilliz-cloud-typescript-example/tree/master/semantic-image-search) | | clip-vit-base-patch16 |
|
|
|
+| [semantic-image-search-client](https://github.com/zilliztech/zilliz-cloud-typescript-example/tree/master/semantic-image-search-client) | https://zilliz-semantic-image-search-client.vercel.app | clip-vit-base-patch16 |
|
|
|
+
|
|
|
### Userful links
|
|
|
|
|
|
Here are some helpful resources to get you started with Milvus:
|