Skip to content

Conversation

@diberry
Copy link
Contributor

@diberry diberry commented Nov 21, 2025

Purpose

  • ...

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

- **Cluster tier requirements** based on vector index algorithm:
- **IVF (Inverted File Index)**: M10 or higher (default algorithm)
- **HNSW (Hierarchical Navigable Small World)**: M30 or higher (graph-based)
- **DiskANN**: M40 or higher (optimized for large-scale)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

supported on m30 n higher

- **Cluster tier requirements** based on vector index algorithm:
- **IVF (Inverted File Index)**: M10 or higher (default algorithm)
- **HNSW (Hierarchical Navigable Small World)**: M30 or higher (graph-based)
- **DiskANN**: M40 or higher (optimized for large-scale)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

M30 or higher*

1. **Verify cluster tier**: Ensure your Cosmos DB cluster meets the minimum tier requirement for your chosen algorithm:
- IVF: M10+
- HNSW: M30+
- DiskANN: M40+

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

M30+

@khelanmodi
Copy link

one last feedback is to update the name to Azure DocumentDB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants