Merged
Conversation
…atibility issues (volcengine#73) * refactor: Refactor S3 configuration structure and fix Python 3.9 compatibility issues - Extract S3-related configurations from AGFSConfig into a new S3Config class - Update agfs_manager.py to use the new S3Config structure - Modify test_config_validation.py to adapt to the new configuration structure - Update configuration example files to reflect the new configuration structure - Fix Python 3.9 compatibility issue in embedding_queue.py by replacing `EmbeddingMsg | None` with `Optional[EmbeddingMsg]` * fix: validate_config validate error
- Create centralized run_async() in openviking/utils/async_utils.py - Remove duplicate _run_async from session.py - Remove duplicate run_coroutine_sync from observers/async_utils.py - Replace asyncio.run() calls in sync_client.py with run_async - Update observers to use the unified run_async utility - Update tests and documentation for new observer API
|
|
kkkwjx07
reviewed
Feb 6, 2026
| from openviking.utils.logger import default_logger as logger | ||
|
|
||
|
|
||
| def get_or_create_vikingdb_project( |
Collaborator
There was a problem hiding this comment.
vikingdb 这个名字太大了,最好能体现出是私有化的部署的场景
MaojiaSheng
approved these changes
Feb 6, 2026
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.
Summary
适配原生部署的vikingdb接口
注意:原生部署的vikingdb的数据集与索引需提前创建
Type of Change
Testing
Describe how to test these changes:
Checklist