Fix #1681: feat: expose cube creation in HTTP API + clarify mem_cube_id semantics#1876
Open
Memtensor-AI wants to merge 1 commit into
Open
Fix #1681: feat: expose cube creation in HTTP API + clarify mem_cube_id semantics#1876Memtensor-AI wants to merge 1 commit into
Memtensor-AI wants to merge 1 commit into
Conversation
- Add CreateCubeRequest/Response models for cube creation - Add RegisterCubeRequest/Response models for cube registration - Create CubeHandler with create_cube() and register_cube() methods - Add POST /product/create_cube endpoint - Add POST /product/register_cube endpoint - Update API documentation to clarify cube_id vs mem_cube_id equivalence - Add integration tests in tests/api/test_cube_endpoints.py - All code passes Ruff linting Closes #1681
Collaborator
Author
✅ Automated Test Results: PASSEDAll tests passed (35/-542 executed, 613 skipped). memos_local_plugin/smoke: 0 passed, 578 skipped, memos_local_plugin/contract: 35 passed, 35 skipped. Duration: 4s Branch: |
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.
Description
Successfully implemented feature to expose cube creation in HTTP API and clarify mem_cube_id semantics.
What was implemented:
New HTTP Endpoints:
API Models Added:
Backend Implementation:
Documentation & Semantics:
Testing:
Files Changed:
Technical Notes:
Related Issue (Required): Fixes #1681
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Executor did not report tests.
Checklist
@MatthewZhuang, @CarltonXiang, @syzsunshine219 please review this PR.
Reviewer Checklist