Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
vectorlessflow
/
vectorless
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
38
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Dev
- #112
#112
Merged
zTgx
merged 30 commits into
main
vectorlessflow/vectorless:main
from
dev
vectorlessflow/vectorless:dev
Copy head branch name to clipboard
Apr 23, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Dev
#112
zTgx
merged 30 commits into
main
vectorlessflow/vectorless:main
from
dev
vectorlessflow/vectorless:dev
Copy head branch name to clipboard
Commits
Commits on Apr 23, 2026
chore(build): add y.md to gitignore
Show description for d95ae9d
zTgx
committed
d95ae9d
View commit details
Copy full SHA for d95ae9d
Browse repository at this point
feat: add document navigation and primitive types for Python bindings
Show description for 7ca750d
zTgx
committed
7ca750d
View commit details
Copy full SHA for 7ca750d
Browse repository at this point
feat: add orchestrator agent for multi-document retrieval
Show description for 79dd524
zTgx
committed
79dd524
View commit details
Copy full SHA for 79dd524
Browse repository at this point
feat: add query understanding and evidence reranking modules
Show description for 091ea82
zTgx
committed
091ea82
View commit details
Copy full SHA for 091ea82
Browse repository at this point
refactor(core): rename Session to Engine and migrate to Python strategy layer
Show description for aea63ae
zTgx
committed
aea63ae
View commit details
Copy full SHA for aea63ae
Browse repository at this point
docs(_core): clarify module documentation and public API usage
Show description for cefe260
zTgx
committed
cefe260
View commit details
Copy full SHA for cefe260
Browse repository at this point
refactor(engine): replace IndexContext with direct Rust engine methods
Show description for 0ea8d7f
zTgx
committed
0ea8d7f
View commit details
Copy full SHA for 0ea8d7f
Browse repository at this point
feat: expose additional Rust types in Python bindings
Show description for 70bf8d1
zTgx
committed
70bf8d1
View commit details
Copy full SHA for 70bf8d1
Browse repository at this point
feat(llm): migrate from OpenAI SDK to litellm with instructor support
Show description for 9291b37
zTgx
committed
9291b37
View commit details
Copy full SHA for 9291b37
Browse repository at this point
feat: add streaming event system with progress callbacks
Show description for 44eb426
zTgx
committed
44eb426
View commit details
Copy full SHA for 44eb426
Browse repository at this point
refactor(engine): remove unused dependencies from Cargo.toml
Show description for 50dbc88
zTgx
committed
50dbc88
View commit details
Copy full SHA for 50dbc88
Browse repository at this point
refactor(build): move strategy layer from Rust to Python
Show description for 9591e25
zTgx
committed
9591e25
View commit details
Copy full SHA for 9591e25
Browse repository at this point
refactor(engine): migrate retrieval logic to Python strategy layer
Show description for 44aba21
zTgx
committed
44aba21
View commit details
Copy full SHA for 44aba21
Browse repository at this point
refactor(engine): remove unused RetrieverClient import
Show description for d1cf2ca
zTgx
committed
d1cf2ca
View commit details
Copy full SHA for d1cf2ca
Browse repository at this point
feat(rerank): add LLM-based evidence quality filtering
Show description for 463ae53
zTgx
committed
463ae53
View commit details
Copy full SHA for 463ae53
Browse repository at this point
refactor(agent): move agent module to ask with enhanced evaluation
Show description for 97f31d2
zTgx
committed
97f31d2
View commit details
Copy full SHA for 97f31d2
Browse repository at this point
feat(navigator): add navigation history and extended toolset
Show description for 9355c0a
zTgx
committed
9355c0a
View commit details
Copy full SHA for 9355c0a
Browse repository at this point
feat(ask): add advanced navigation and analysis commands
Show description for 63d3d4c
zTgx
committed
63d3d4c
View commit details
Copy full SHA for 63d3d4c
Browse repository at this point
refactor(navigator): split implementation across multiple files for better organization
Show description for f71afe1
zTgx
committed
f71afe1
View commit details
Copy full SHA for f71afe1
Browse repository at this point
refactor: remove unused test files and compatibility modules
Show description for a72e50f
zTgx
committed
a72e50f
View commit details
Copy full SHA for a72e50f
Browse repository at this point
refactor(ask): update type definitions and imports to align with Rust implementation
Show description for be7e7b2
zTgx
committed
be7e7b2
View commit details
Copy full SHA for be7e7b2
Browse repository at this point
feat(ask): add cross-document evidence evaluation with dual mode support
Show description for d44f47b
zTgx
committed
d44f47b
View commit details
Copy full SHA for d44f47b
Browse repository at this point
refactor(rerank): update Evidence type and improve deduplication logic
Show description for 8d6c667
zTgx
committed
8d6c667
View commit details
Copy full SHA for 8d6c667
Browse repository at this point
feat: add workspace management and improve README
Show description for 7328ae3
zTgx
committed
7328ae3
View commit details
Copy full SHA for 7328ae3
Browse repository at this point
refactor(engine): rename index method to compile across codebase
Show description for c5928f0
zTgx
committed
c5928f0
View commit details
Copy full SHA for c5928f0
Browse repository at this point
docs: update documentation links and rename indexing operations
Show description for 18ebe9a
zTgx
committed
18ebe9a
View commit details
Copy full SHA for 18ebe9a
Browse repository at this point
feat(docs): add code syntax highlighting and update homepage layout
Show description for 24ccd40
zTgx
committed
24ccd40
View commit details
Copy full SHA for 24ccd40
Browse repository at this point
refactor: update code formatting and simplify function signatures
Show description for 06c11db
zTgx
committed
06c11db
View commit details
Copy full SHA for 06c11db
Browse repository at this point
fix(examples): update answer attribute reference in single_doc_challenge
Show description for 43a36c1
zTgx
committed
43a36c1
View commit details
Copy full SHA for 43a36c1
Browse repository at this point
Merge pull request #111 from vectorlessflow/refect-compile-ask
Show description for 4d3f9c5
zTgx
authored
4d3f9c5
View commit details
Copy full SHA for 4d3f9c5
Browse repository at this point
You can’t perform that action at this time.