-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] - feature: support
eu-cluster-0
in Qdrant (#9625)
* [core] - feature: add support for new EUCluster0 in Qdrant data sources - Expand the QdrantCluster enum to include a new variant for EU-based cluster support - Update string conversions for cluster names to accommodate the new EU cluster - Include environment variable prefix handling for the new EUCluster0 configuration * [front] - feature: use dynamic Qdrant cluster configuration from env variables - Replaced the hardcoded default Qdrant cluster with a dynamic one fetched from the environment configuration - Updated data source creation logic to utilize the new Qdrant cluster configuration method [types] - refactor: support multiple Qdrant cluster options in type definitions - Expanded the `QdrantCluster` type to support an additional cluster called "eu-cluster-0" * [front/lib/api] - refactor: adjust imports in config module - Separate type import from actual value import for better clarity
- Loading branch information
1 parent
4ef6e9c
commit 69c48d3
Showing
7 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,4 @@ | |
"hot-shots": false, | ||
"child_process": false | ||
} | ||
} | ||
} |
This file contains 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