Skip to content

Conversation

cableman
Copy link

@cableman cableman commented Sep 8, 2025

Combination off:

As these adds code in the same place it is easier to resolved merge conflicts if they are combined

@cableman cableman changed the base branch from upstream/v0.6.26 to upstream/v0.6.27 September 10, 2025 11:37
@cableman cableman changed the base branch from upstream/v0.6.27 to upstream/v0.6.28 September 10, 2025 12:09
@cableman cableman changed the base branch from upstream/v0.6.28 to upstream/v0.6.30 September 18, 2025 08:10
ShirasawaSama and others added 14 commits September 26, 2025 11:56
The pymilvus library expects -1 for unlimited queries, but the code was passing None, which caused a TypeError. This commit changes the default value of the limit parameter in the query method from None to -1. It also updates the call site in the get method to pass -1 instead of None and updates the type hint and a comment to reflect this change.
This commit introduces support for the DISKANN index type in the Milvus vector database integration.

Changes include:
- Added `MILVUS_DISKANN_MAX_DEGREE` and `MILVUS_DISKANN_SEARCH_LIST_SIZE` configuration variables.
- Updated the Milvus client to recognize and configure the DISKANN index type during collection creation.
translation of the new items that were included in the latest version.
Long model tags on the Models page in the workspace section were not truncated consistently, which could cause layout issues.

This change implements a hard character limit of 32 characters on the model tags. Tags longer than 32 characters are truncated with an ellipsis (...) directly in the code. The full tag name remains available in the tooltip.
…-tag

Fix: truncate long model tags with a 32 characters limit
fix: show error message when the uploading file is modified
…error

Fix: milvus error because the limit set to None by default
This commit addresses an issue where long filter tags at the top of the model selector dropdown were not truncated correctly and would wrap to a new line, causing layout issues.

- A hard character limit of 16 characters is applied to the filter tags within the `Selector.svelte` component. Tags longer than 16 characters are truncated with an ellipsis (...) directly in the code. The full tag name remains available in the tooltip.
- The `whitespace-nowrap` class has been added to the tag container to ensure that the tags remain on a single, horizontally scrollable line.
@cableman cableman changed the base branch from upstream/v0.6.30 to upstream/v0.6.31 September 26, 2025 19:06
SZegotaM and others added 6 commits September 26, 2025 21:16
Added missing German translation
…nn-support

feat: Add DISKANN index type support for Milvus
i18n(de-DE): add translations for newly added UI items + other translation fixes
…or-tags

fix: truncate long filter tags in model selector and prevent wrapping
Classic298 and others added 27 commits September 28, 2025 21:27
This moves the JSON model import functionality to the backend. Instead of the frontend parsing the JSON file and sending multiple requests, it now uploads the file to a new endpoint (/api/v1/models/import), which processes the file and imports the models. This improves efficiency and provides better user feedback.
This refactors the model import functionality to improve performance and user experience by centralizing the logic on the backend.

Previously, the frontend would parse an imported JSON file and send an individual API request for each model, which was slow and inefficient.

This change introduces a new backend endpoint, `/api/v1/models/import`, that accepts a list of model objects. The frontend now reads the selected JSON file, parses it, and sends the entire payload to the backend in a single request. The backend then processes this list, creating or updating models as necessary.

This commit also includes the following fixes:
- Handles cases where the imported JSON contains models without `meta` or `params` fields by providing default empty values.
…del-import

feat: move JSON model import to backend for massive speedup
…sion-warning

Feat/chore: Add warning for conflicting group permissions / Refactored Permissions.svelte
feat: Impelement Milvus multitenancy // breaking: set milvus multitenancy as standard option (just like Qdrant already is)
@cableman cableman closed this Sep 29, 2025
@cableman cableman deleted the feature/front-end branch September 29, 2025 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants