Skip to content

Commit

Permalink
Merge pull request #2953 from milvus-io/update-docs
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
AnthonyTsu1984 authored Dec 27, 2024
2 parents a3d3509 + ded9ca4 commit 1626be4
Show file tree
Hide file tree
Showing 27 changed files with 256 additions and 115 deletions.
Binary file added assets/advanced_rag/adjust_order.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/compress_prompt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/hierarchical_index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/hybrid_and_rerank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/hyde.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/hypothetical_question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/merge_chunks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/metadata_filtering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/query_routing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/self_reflection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/sentence_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/stepback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/sub_query.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/advanced_rag/vanilla_rag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/webui-collection-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webui-collections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webui-configurations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webui-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webui-home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webui-query.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webui-slow-requests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webui-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
148 changes: 43 additions & 105 deletions site/en/menuStructure/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -701,71 +701,40 @@
"order": 5,
"children": []
},
{
"label": "Filtering",
"id": "filtering",
"order": 6,
"children": [
{
"label": "Filtering Explained",
"id": "boolean.md",
"order": 0,
"children": []
},
{
"label": "Basic Operators",
"id": "basic-operators.md",
"order": 1,
"children": []
},
{
"label": "Filtering Templating",
"id": "filtering-templating.md",
"order": 2,
"children": []
},
{
"label": "JSON Operators",
"id": "json-operators.md",
"order": 3,
"children": []
},
{
"label": "Array Operators",
"id": "array-operators.md",
"order": 4,
"children": []
}
]
},
{
"label": "Full Text Search",
"id": "full-text-search.md",
"order": 7,
"order": 6,
"children": []
},
{
"label": "Text Match",
"id": "keyword-match.md",
"order": 8,
"order": 7,
"children": []
},
{
"label": "Search Iterators",
"id": "with-iterators.md",
"order": 9,
"order": 8,
"children": []
},
{
"label": "Use Partition Key",
"id": "use-partition-key.md",
"order": 10,
"order": 9,
"children": []
},
{
"label": "Metadata Filtering",
"id": "boolean.md",
"order": 14,
"children": []
},
{
"label": "Reranking",
"id": "reranking.md",
"order": 11,
"order": 15,
"children": []
}
]
Expand Down Expand Up @@ -1395,48 +1364,17 @@
"children": []
},
{
"label": "RBAC",
"id": "rbac",
"label": "Users, Privileges, and Roles",
"id": "users_and_roles.md",
"order": 10,
"children": []
},
{
"label": "Enable RBAC",
"id": "rbac.md",
"order": 1,
"isMenu": true,
"children": [
{
"label": "RBAC Explained",
"id": "rbac.md",
"order": 0,
"children": []
},
{
"label": "Create Users & Roles",
"id": "users_and_roles.md",
"order": 1,
"children": []
},
{
"label": "Create Privilege Group",
"id": "privilege_group.md",
"order": 2,
"children": []
},
{
"label": "Grant Privileges",
"id": "grant_privileges.md",
"order": 3,
"children": []
},
{
"label": "Grant Roles",
"id": "grant_roles.md",
"order": 4,
"children": []
},
{
"label": "Drop Users & Roles",
"id": "drop_users_roles.md",
"order": 5,
"children": []
}
]
"children": []
},
{
"label": "Encryption in Transit",
Expand Down Expand Up @@ -1575,12 +1513,6 @@
}
]
},
{
"label": "Milvus WebUI",
"id": "milvus-webui.md",
"order": 6,
"children": []
},
{
"label": "Milvus Sizing Tool",
"id": "sizing",
Expand Down Expand Up @@ -2008,69 +1940,75 @@
"children": []
},
{
"label": "Image Search with Milvus",
"id": "image_similarity_search.md",
"label": "Advanced RAG",
"id": "how_to_enhance_your_rag.md",
"order": 2,
"children": []
},
{
"label": "Full-Text Search with Milvus",
"id": "full_text_search_with_milvus.md",
"order": 3,
"children": []
},
{
"label": "Hybrid Search with Milvus",
"id": "hybrid_search_with_milvus.md",
"order": 3,
"order": 4,
"children": []
},
{
"label": "Image Search with Milvus",
"id": "image_similarity_search.md",
"order": 5,
"children": []
},
{
"label": "Multimodal RAG",
"id": "multimodal_rag_with_milvus.md",
"order": 4,
"order": 6,
"children": []
},
{
"label": "Graph RAG with Milvus",
"id": "graph_rag_with_milvus.md",
"order": 6,
"order": 7,
"children": []
},
{
"label": "Contextual Retrieval",
"id": "contextual_retrieval_with_milvus.md",
"order": 5,
"order": 8,
"children": []
},
{
"label": "HDBSCAN Clustering",
"id": "hdbscan_clustering_with_milvus.md",
"order": 6,
"order": 9,
"children": []
},
{
"label": "Use ColPali for Multi-Modal Retrieval",
"id": "use_ColPali_with_milvus.md",
"order": 7,
"order": 10,
"children": []
},
{
"label": "Vector Visualization",
"id": "vector_visualization.md",
"order": 8,
"order": 11,
"children": []
},
{
"label": "Movie Recommendation",
"id": "movie_recommendation_with_milvus.md",
"order": 9,
"order": 12,
"children": []
},
{
"label": "Funnel Search with Matryoshka Embeddings",
"id": "funnel_search_with_matryoshka.md",
"order": 10,
"children": []
},
{
"label": "Full-Text Search with Milvus",
"id": "full_text_search_with_milvus.md",
"order": 11,
"order": 13,
"children": []
},
{
Expand Down
Loading

0 comments on commit 1626be4

Please sign in to comment.