Skip to content

feat: integrate vector store into configuration and distribution chain#1220

Open
zhenghaoz wants to merge 3 commits intogorse-io:masterfrom
zhenghaoz:vector-store-integration
Open

feat: integrate vector store into configuration and distribution chain#1220
zhenghaoz wants to merge 3 commits intogorse-io:masterfrom
zhenghaoz:vector-store-integration

Conversation

@zhenghaoz
Copy link
Copy Markdown
Collaborator

  • Add VectorStore and VectorTablePrefix to DatabaseConfig
  • Initialize VectorStore in Master and register gRPC service
  • Add VectorStore support in Worker
  • Add VectorStore support in Server (RestServer)
  • Add NoDatabase type for vectors package
  • Add design document

Phases completed:

  • Phase 1: Configuration support
  • Phase 2: Master integration
  • Phase 3: Worker integration
  • Phase 4: Server integration

- Add VectorStore and VectorTablePrefix to DatabaseConfig
- Initialize VectorStore in Master and register gRPC service
- Add VectorStore support in Worker
- Add VectorStore support in Server (RestServer)
- Add NoDatabase type for vectors package
- Add design document

Phases completed:
- Phase 1: Configuration support
- Phase 2: Master integration
- Phase 3: Worker integration
- Phase 4: Server integration
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 31, 2026

Codecov Report

❌ Patch coverage is 29.41176% with 36 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.31%. Comparing base (36d6e19) to head (a8ce535).
⚠️ Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
server/server.go 0.00% 16 Missing and 1 partial ⚠️
worker/worker.go 0.00% 10 Missing and 1 partial ⚠️
master/master.go 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1220      +/-   ##
==========================================
+ Coverage   72.94%   73.31%   +0.37%     
==========================================
  Files          89       90       +1     
  Lines       16569    16664      +95     
==========================================
+ Hits        12086    12217     +131     
+ Misses       3244     3234      -10     
+ Partials     1239     1213      -26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant