chore(deps): bump @mantine/charts from 8.3.2 to 8.3.18#78
Closed
dependabot[bot] wants to merge 151 commits intomainfrom
Closed
chore(deps): bump @mantine/charts from 8.3.2 to 8.3.18#78dependabot[bot] wants to merge 151 commits intomainfrom
dependabot[bot] wants to merge 151 commits intomainfrom
Conversation
- Added `inferenceService.ts` to handle chat completion and embedding requests. - Integrated logging for model usage and error handling. - Created utility functions for message sanitization and overrides. - Developed streaming support for chat completions. feat: Build models for LangChain integration - Introduced `langchainBuilder.ts` to construct chat and embedding models based on provider settings. - Supported multiple providers including OpenAI, Together AI, Amazon Bedrock, and Google Vertex AI. feat: Enhance model management with modelService - Implemented CRUD operations for models in `modelService.ts`. - Added unique key generation and provider validation. feat: Adapt OpenAI API responses - Created `openaiAdapter.ts` to transform OpenAI messages and extract usage metrics. - Implemented error handling and response formatting for OpenAI API. feat: Define provider catalog and types - Established `providerCatalog.ts` to define supported providers and their configurations. - Created types for provider credentials and model options in `types.ts`. feat: Log usage and calculate costs - Developed `usageLogger.ts` to log model usage and calculate costs based on token usage. feat: Tenant database resolution utility - Added `tenant.ts` utility to resolve tenant database names based on tenant slugs. chore: Update TypeScript definitions for LangChain modules - Added type declarations for community chat models and embeddings in `langchain.d.ts`.
- Adjusted spacing in pricing display for better readability. - Updated button variant for creating new models. - Improved model table layout with consistent text sizes and spacing. - Changed card components to paper for a more uniform appearance. - Enhanced model details display with better alignment and sizing. - Updated MongoDB provider methods to remove unnecessary type assertions. - Refined database provider interfaces to use ObjectId where applicable. - Added new translation keys for improved internationalization support. - Updated usage logging to handle ObjectId conversion more gracefully.
…nhancing user directory management
infra/dockerize: Dockerfile adjusted
Infra/dockerize
infra/dockerize: Fix domain addresses for dev environemnt
infra/production: Cgate production implementation completed
infra/production: Fix misleading builder tag
infra/helm-fix: Checksum added to track secret content changes
feat: add model management feature to policies
…provider contracts - Add azureAiSearchVector.contract.ts with full Zod schema for Azure AI Search configuration - Update elasticsearchCloudVector.contract.ts with expanded field support - Extend milvusCloudVector.contract.ts and milvusVector.contract.ts with additional fields - Register azureAiSearch in contracts/index.ts - Update package.json and package-lock.json dependencies
Fix/crm issues 48 49
- elasticsearch-cloud: make apiKey optional in form (runtime already accepts apiKey OR username/password) - milvus + milvus-cloud: use configured metric instead of hardcoded COSINE when auto-creating missing index on upsert - milvus + milvus-cloud: listIndexes now fetches actual metric_type via describeIndex instead of returning static 'cosine' - add metricFromMilvusType / metricFromMilvusCloudType reverse-mapping helpers
…date-vector-contracts feat: add Azure AI Search vector contract and update existing vector …
* deployment.yaml updated, dev-aws and dev-azure.yaml created * build deploy updated * infra/k8s-full: Fix minimal changes for command and syntax issues * infra/k8s-full: The runner name fixed * infra/k8s-full: Enabled AWS deploy * env tag update * fixed * security context updated * build-deployyaml updated for env tag issue * commendout build * tag issue * tag issue commend out * infra/k8s-full: Fix TLS cert * comment out ECR build and push steps in build-deploy.yaml; remove unused service account and resource configurations in dev-aws.yaml * fix: correct runner name for Azure deployment in build-deploy.yaml * fix: simplify image tag generation in build-deploy.yaml * fix: comment out security context configuration in values.yaml * fix: uncomment Build & Push to ECR step in build-deploy.yaml --------- Co-authored-by: barkin <brknatici@hotmail.com> Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local> Co-authored-by: Emir Özbir <emirozbir@invalid-1e3zykv9.hs-net.private>
docs: revised docs theme
fix: right logo replaced the wrong one
Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
…ed (#55) Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local>
* k8s/fix-dev-dns: The DNS addresses of dev environment has been adjusted * k8s/fix-dev-dns: Lint mapped secContext * k8s/fix-dev-dns: Fix syntax of the secrets --------- Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local> Co-authored-by: Emir Özbir <emirozbir@invalid-1e3zykv9.hs-net.private>
* k8s/fix-oss-release: Discard deploy pipelines * k8s/fix-oss-release: Discard deploy pipelines * k8s/fix-oss-release: Fix dockerfile * k8s/fix-oss-release: The runs on fixed * k8s/fix-oss-release: Fix RC tags on dev and production environment * k8s/fix-oss-release: Fix the repo address and secrets * k8s/fix-oss-release: Production tagging adedd --------- Co-authored-by: Emir Özbir <emirozbir@Emir-MacBook-Air.local> Co-authored-by: Emir Özbir <emirozbir@invalid-1e3zykv9.hs-net.private>
- Create CODEOWNERS file for automatic review routing. - Add bug report issue template for reproducible defects. - Introduce feature request issue template for proposing new capabilities. - Configure issue template settings with contact links for security and commercial inquiries. - Implement pull request template for consistent contributions. - Set up Dependabot configuration for automated dependency updates. - Establish CI workflow for continuous integration and validation. - Add Contributor Covenant Code of Conduct for community guidelines. - Create COMMERCIAL.md for commercial use terms and licensing options. - Implement SECURITY.md for responsible vulnerability reporting. - Add licensing documentation in docs/guide/licensing.md. - Document SDK integration process in docs/guide/sdk-integration.md. - Outline security practices in docs/guide/security.md. - Add CSS styles for dashboard overview and agent detail pages. - Create common components for empty and loading states. - Implement SectionCard component for consistent layout. - Design AuthShell layout for authentication pages. - Add styles for prompt version history modal. - Define TypeScript types for Handlebars integration.
Bumps [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) from 8.3.2 to 8.3.18. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/8.3.18/packages/@mantine/charts) --- updated-dependencies: - dependency-name: "@mantine/charts" dependency-version: 8.3.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @mantine/charts from 8.3.2 to 8.3.18.
Release notes
Sourced from
@mantine/charts's releases.... (truncated)
Commits
530249f[release] Version: 8.3.18bac61d6[release] Version: 8.3.17dbb8732[release] Version: 8.3.16649f781[release] Version: 8.3.151ec0488[@mantine/charts] Allow ChartTooltipvalueFormatterto return `React.ReactN...ac8b0a2[release] Version: 8.3.14b7ffe40[release] Version: 8.3.131155613[release] Version: 8.3.1250526dd[core] Fix issues with prettierca83059[release] Version: 8.3.11Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)