Skip to content

Dev#120

Merged
zTgx merged 3 commits intomainfrom
dev
Apr 25, 2026
Merged

Dev#120
zTgx merged 3 commits intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Member

@zTgx zTgx commented Apr 25, 2026

Summary

Changes

Checklist

  • Code compiles (cargo build)
  • Tests pass (cargo test --lib --all-features)
  • No new clippy warnings (cargo clippy --all-features)
  • Public APIs have documentation comments
  • Python bindings updated (if Rust API changed)

Notes

zTgx added 3 commits April 25, 2026 23:27
- Add product grid displaying vectorless core engine and vectorless-code
- Implement step-by-step explanation of how Vectorless works
- Update hero banner styling with increased padding and adjusted layout
- Replace simple example with comprehensive product overview
- Add responsive design improvements for mobile view
- Include installation instructions and documentation links
- Update page description to better reflect product value proposition

The redesign provides clearer product differentiation and usage scenarios
while maintaining focus on the reasoning-based approach over traditional
vector methods.
Reorder import statements alphabetically for better consistency across
multiple files. Format long function calls and conditional expressions
with proper line breaks to maintain 100 character limit per line.

BREAKING CHANGE: None

fix: adjust code style in engine and indexer modules

Apply consistent formatting to multi-line expressions and function
calls. Simplify nested method chains and improve readability of
conditional statements.

feat: update workspace persistence logic

Streamline document card extraction logic in workspace module by
removing unnecessary indentation and improving code flow.

refactor: format stopwords array in keywords module

Convert stopwords array to multi-line format with one entry per line
for better readability and maintainability.
Removed the test_execute_end_to_end function from the route pass tests
as it appears to be redundant or no longer needed for the current
test coverage.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Error Error Apr 25, 2026 3:36pm

@zTgx zTgx merged commit 27aa588 into main Apr 25, 2026
6 of 7 checks passed
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