Giter Site home page Giter Site logo

milvus-io / web-content Goto Github PK

View Code? Open in Web Editor NEW
120.0 10.0 119.0 220.35 MB

Milvus web documents and contents

Home Page: https://milvus.io/

License: Apache License 2.0

HTML 91.00% Python 5.02% Shell 0.04% JavaScript 3.94%
milvus-documentation hacktoberfest

web-content's Introduction

Milvus Website

This repository contains technical documentation, blog articles, bootcamp resources and community pages in milvus.io. Milvus is an open-source vector database powering AI applications.

Please note that, despite all documentation rendered on the website is stored in this repository, some projects have their own separate repositories to maintain their project-specific documentation.

Contributions are welcome from everyone

Please refer to our guidelines for contributing for more instructions.

Generally, we follow the "fork-and-pull" Git workflow. Remember to sync your forked repository before submitting proposed changes upstream.

Issues

Flag issues and request improvements using the links below:

Writing style

Technical documentation for Milvus is written in Markdown. In general, we adhere to the Google Developer Documentation Style Guide.

License

Milvus-io/web-content is licensed under the Apache License, Version 2.0. View a copy of the license in this repository's LICENSE file.

web-content's People

Contributors

anthonytsu1984 avatar ashkrisk avatar cxie avatar czhen-zilliz avatar dependabot[bot] avatar eliassama avatar gujun720 avatar jielinxu avatar jinhai-cn avatar kateshaowanjou avatar liyun95 avatar locorichard avatar nameczz avatar pahudplus avatar rosiezhang12 avatar ryanwei avatar septemberfd avatar shanghaikid avatar shiyu22 avatar sutcalag avatar thyeezz avatar wwx441476 avatar wxyucs avatar wxywb avatar xiaofan-luan avatar xuanyang-cn avatar yamasite avatar yiyunni avatar youny626 avatar zhanshuyou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

web-content's Issues

[Suggestion] Add a new index `IVF_PQ`

Is there anything that's missing or inappropriate in the docs? Please describe.
A new indexing method IVF_PQ is supported in v0.5.1. There's currently no corresponding doc about it.

Describe your suggestion
Add descriptions about this new index in Milvus Operations and Product FAQ topics.

[ERROR] Invalid links

Where is the error
There are some invalid links in doc topics such as Bechmarking and Product FAQ.

How would you like to improve it
Fix these broken links.

[Suggestion] Need to specify supported GPU type

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
https://www.milvus.io/docs/zh-CN/userguide/install_milvus/
https://www.milvus.io/docs/en/userguide/install_milvus/

Describe your suggestion
Add the following info:
Note: For Milvus with GPU support, you also need to make sure that the GPU version is NVIDIA Pascal or higher.

Additional reference
Provide any other reference docs or websites about your request.

[Suggestion] Add release notes for v0.5.3

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
There is no release notes about v0.5.3 enhancements.

Describe your suggestion
Add corresponding release notes.

[Suggestion] Add table row count SDK

Is there anything that's missing or inappropriate in the docs? Please describe.
Some users woule like to know the row count in a particular table.

Describe your suggestion
Add table row count command in Milvus Operations.

[ERROR] The cpu_cache_capacity parameter description is not accurate

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Where is the error
https://milvus.io/docs/en/reference/milvus_config/

The cpu_cache_capacity parameter description is not accurate.

How would you like to improve it
We need to add more information. For example:

cpu_cache_capacity specifies the size of the CPU memory for caching search data. This parameter must be less than the total CPU memory size. It is recommended that you reserve part of the CPU memory for other operations.

gpu_cache_capacity specifies the size of the GPU memory for caching search data. This parameter must be less than the total GPU memory size.

[Suggestion] Add Java SDK

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
I think it's better to add Java SDK since it is supported in v0.5.0.

Describe your suggestion
Add the Java SDK part in the doc

[Suggestion] Update Milvus config file per new template in pull request #729

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
The Milvus config template has been updated per pull request #729 in milvus-io/milvus.

Describe your suggestion
Update the config file per pull request #729 in milvus-io/milvus. Make sure the updated config file is consistent with the version of the pull request

[ERROR] Add "Note" before "Although Milvus does not support directly deleting vectors..."

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Where is the error
What is the URL/path of the document related to this issue?

https://milvus.io/docs/en/faq/operational_faq/
https://milvus.io/docs/zh-CN/faq/operational_faq/

How would you like to improve it

Add "Note" before "Although Milvus does not support directly deleting vectors...".

[ERROR] The filter command in the Learn Milvus Operations topic is missing an argument

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Where is the error
In the Learn Milvus Operations topic, the following command is used to filter results:

>>> status, results = milvus.search_vectors(table_name='test01', query_records=q_records, top_k=2, query_ranges=[('2019-06-01', '2019-06-05')] )

However, the command does not work because nprobe, a required argument, is not included.

Tested in Milvus 0.5.2, pymilvus=0.2.3

How would you like to improve it
Please add the nprobe argument.

[Suggestion] some enhancement on docs

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

i think there has some enhancements in [Install milvus]

Describe your suggestion
1.change multi line with mkdir -p /home/$USER/milvus/conf
2.affter docker 19.03,nvidia-docker2 packages are deprecated. maybe need change docker start command to docker run -td --gpus all --name milvus -e "TZ=Asia/Shanghai" -p 19530:19530 -p 8080:8080 -v /home/$USER/milvus/db:/opt/milvus/db -v /home/$USER/milvus/conf:/opt/milvus/conf -v /home/$USER/milvus/logs:/opt/milvus/logs milvusdb/milvus:latest

Additional reference
Provide any other reference docs or websites about your request.
https://github.com/NVIDIA/nvidia-docker

[Suggestion] Remove SDKRef.md

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
SDKRef.md is unnecessary.

Describe your suggestion
Remove SDKRef.md.

[Suggestion] Add 2 GPU cache parameters

Is there anything that's missing or inappropriate in the docs? Please describe.
GPU cache is supported in v0.5.0, and the config file needs to be updated.

Describe your suggestion
Add 2 GPU cache related parameters to the config file, and update corresponding doc.

wrong link in https://milvus.io/docs/en/QuickStart/

position:

Milvus Quick Start

In this guide, we will walk you through installing Milvus Docker as well as running some Python example codes. If you want to learn more about how to use Milvus, visit [Milvus Docker User Guide](../userguide/preface.md).

method:
change (../userguide/preface.md). to /userguide/preface/

[Suggestion] Add more version-specific FAQ content to the documentation

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
We can add more version-specific FAQ content to store questions and answers about the product. This will help users troubleshoot problems themselves and save the effort of customer support.

[Suggestion] Remove the link to the release notes in the install guide

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
In https://www.milvus.io/docs/en/userguide/install_milvus, there is a link supposed to be directed to the latest release notes. However, this is unnecessary as we have links in the readme and doc TOC. Moreover, this link needs manual updating.

Describe your suggestion
Suggest removing the sentence:
See here for what's new in the latest release.

[Suggestion] The Install Milvus topic should have a section for hardware requirements

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
Hardware support information is missing in the Install Milvus topic. Users will find it difficult to determine whether they have the right hardware.

Describe your suggestion
We should add hardware support information to the Install Milvus topic.

[Suggestion] Add doc about "search results fewer than topk"

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
User searched for top K vectors, yet there are less results than K.

Describe your suggestion
Add a description about why this happens.

[ERROR] Docker syntax error in the GPU-supported Milvus start command

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Where is the error
Milvus install guide

How would you like to improve it

$ docker run -d --name milvus_gpu gpus all -e "TZ=Asia/Shanghai" -p 19530:19530 -p 8080:8080 -v /home/$USER/milvus/db:/var/lib/milvus/db -v /home/$USER/milvus/conf:/var/lib/milvus/conf -v /home/$USER/milvus/logs:/var/lib/milvus/logs milvusdb/milvus:latest

should be:

$ docker run -d --name milvus_gpu --gpus all -e "TZ=Asia/Shanghai" -p 19530:19530 -p 8080:8080 -v /home/$USER/milvus/db:/var/lib/milvus/db -v /home/$USER/milvus/conf:/var/lib/milvus/conf -v /home/$USER/milvus/logs:/var/lib/milvus/logs milvusdb/milvus:latest

[Suggestion] Update the Troubleshoot topic per pull request #121 in milvus-io/milvus

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
Per pull request #121, error descriptions for servers have been updated and improved for better user experience. The current documentation no longer matches the 0.5.1 software.

Describe your suggestion
We can remove all server start error messages from the Troubleshoot topics because the information just duplicates the current error messages in the software. The software can already provide enough information for users to troubleshoot.

[Suggestion] Add a new index type NSG

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
NSG index is not mentioned in the docs.

Describe your suggestion
Need to add a newly supported index called NSG.

Additional reference

[Suggestion] Describe how Milvus processes vector IDs in the FAQ

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
Users want to know how Milvus processes vector IDs in the FAQ. When are they auto-generated and when they are user-specified?

Describe your suggestion
Add a question to the FAQ.

[Suggestion] Update parameter descriptions in server_config.yaml file

Is there anything that's missing or inappropriate in the docs? Please describe.
Some parameter descriptions are changed in Milvus config file template Thus the .server_config.yaml file needs to be updated accordingly.

Describe your suggestion
Update param descriptions in server_config.yaml.

[Suggestion] Update README and add CONTRIBUTING

Is there anything that's missing or inappropriate in the docs? Please describe.
The current README lacks sufficient information. Need to add a contribution doc about how to contribute to the docs.

Describe your suggestion
Add information such as how to contribute, writing style guide, etc.

[Suggestion] Improve some topics in Milvus documentation

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
Some topics in Milvus documentation need improvement.

Describe your suggestion

  • Improve topics in the reference folder and the user guide folder.
  • Improve operation_faq.md.

[Suggestion] Add CONTRIBUTING

Is there anything that's missing or inappropriate in the docs? Please describe.
There is no contribution doc explaining what and how to contribute to Milvus docs.

Describe your suggestion
Add a CONTRIBUTING doc.

[ERROR] The overall architecture image in overview.md is broken because of an unexpected image file extension change in 0.5.0

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Where is the error
The error exists in both English and Chinese version of overview.md. You can also see the error in the website:
https://milvus.io/docs/zh-CN/aboutmilvus/overview/
https://milvus.io/docs/en/aboutmilvus/overview/

What caused the error
The image name was milvus_arch.png in branch 0.4.0 but became milvus_arch.jpg in branch 0.5.0.

image

image

How would you like to improve it
Fix the broken link by updating the file extension to png.

Screenshots

image
image

[Suggestion] Add a new index type `IVF_SQ8H`

Is there anything that's missing or inappropriate in the docs? Please describe.
IVF_SQ8H is supported in v0.5.0, yet there's no corresponding doc.

Describe your suggestion
Add description about this new indexing method.

[Suggestion] Add one more parameter on config files

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
One more parameter is added to milvus to control which tables will be loaded to memory at milvus startup.

Describe your suggestion
Please check with developer on the usage of this parameters

Additional reference
No

[Suggestion] Remove gpu-only configuration

Is there anything that's missing or inappropriate in the docs? Please describe.
As GPU-only search is no longer supported in v0.5.0, doc about resource configuration needs to be changed.

Describe your suggestion
Remove doc about configuring gpu as the only resource.

Additional info
GPU-only search might be supported in future releases.

[Suggestion] Clarify supported index types in each release in our FAQ

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
Users often ask about supported index types in each release. Such info is recorded in our documentation but is hard to find.

Describe your suggestion
Create an FAQ question to clarify this info. Suggest using a table with index types and corresponding Milvus versions.

[ERROR] Error commands

In user guide:
$ mkdir -p /home/<$USER>/milvus/conf
$ cd home/<$USER>/milvus/conf

need to be changed to:
$ mkdir -p /home/$USER/milvus/conf
$ cd /home/$USER/milvus/conf

[QUESTION]

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Before submitting your question, make sure you have:

"What is your question?"

[Suggestion] Clarify how we support distributed indexing in FAQ

Note: This repository is ONLY used to solve issues related to DOCS.
For other issues, please move to other repositories.

Is there anything that's missing or inappropriate in the docs? Please describe.
Users are not sure how we support distributed indexing. This info is not covered in the doc, either.

Describe your suggestion
We can provide such info in the FAQ.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.