-
Notifications
You must be signed in to change notification settings - Fork 7
Langchain agent in TypeScript #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| - **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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
M30+
|
one last feedback is to update the name to Azure DocumentDB |
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information