Skip to content

Dev#114

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

Dev#114
zTgx merged 3 commits intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Member

@zTgx zTgx commented Apr 24, 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 24, 2026 08:24
…ation

- Change title from "Vectorless Python SDK" to "Vectorless"
- Update description to reflect "knowing by reasoning, not vectors"
- Change installation command from "pip install vectorless" to "pip install -U vectorless"
- Replace old ingest/ask API examples with new compile/ask pattern
- Update method names: ingest → compile, forget → remove_document,
  clear → clear_all, exists → document_exists
- Update return types: DocumentInfo → IndexResultWrapper,
  Answer → Output, DocumentInfo → DocCard
- Remove unused classes like ReasoningTrace and Concept from docs
- Simplify development section with concise commands
refactor(docs): update README with new API usage and improve document…
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 24, 2026

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

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 24, 2026 0:38am

@zTgx zTgx merged commit afe1483 into main Apr 24, 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