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
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
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 }}
jpmelos
/
VectorCode
Public
forked from
Davidyz/VectorCode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
VectorCode
src
vectorcode
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 5, 2025
fix(cli): default to recursive when glob matching `**`
Davidyz
committed
d166cc6
View commit details
Copy full SHA for d166cc6
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
fix(cli): allow lsp to be started outside of a project root
Zhe Yu
committed
f6a51b7
View commit details
Copy full SHA for f6a51b7
View code at this point
Browse repository at this point
fix(cli): fix `chunks` subcommand output format.
Zhe Yu
authored and
Davidyz
committed
c882c34
View commit details
Copy full SHA for c882c34
View code at this point
Browse repository at this point
Commits on Mar 31, 2025
feat(cli): add a note to `get_embedding_function` error message. Fix #46
Davidyz
committed
a32a377
View commit details
Copy full SHA for a32a377
View code at this point
Browse repository at this point
fix(cli): do not output `path` when not specified from the arguments
Davidyz
committed
ec83cf5
View commit details
Copy full SHA for ec83cf5
View code at this point
Browse repository at this point
feat(cli): make sure it fallback to `document` mode when range metadata is not available
Davidyz
committed
7926d74
View commit details
Copy full SHA for 7926d74
View code at this point
Browse repository at this point
feat(cli): implement chunk mode support for NaiveReranker
Davidyz
committed
b9f21df
View commit details
Copy full SHA for b9f21df
View code at this point
Browse repository at this point
feat(cli): finished CLI mode (mostly).
Davidyz
committed
885491f
View commit details
Copy full SHA for 885491f
View code at this point
Browse repository at this point
feat(cli): make `CrossEncoderReranker` work with `chunk`
Davidyz
committed
0953512
View commit details
Copy full SHA for 0953512
View code at this point
Browse repository at this point
feat(cli): add `Chunk` support in `chunked_add`
Davidyz
committed
57ca99e
View commit details
Copy full SHA for 57ca99e
View code at this point
Browse repository at this point
feat(cli): implemented line ranges and fixed broken tests.
Davidyz
committed
6734685
View commit details
Copy full SHA for 6734685
View code at this point
Browse repository at this point
feat(cli): try to implement chunking with line-ranges metadata.
Davidyz
committed
1ceb33b
View commit details
Copy full SHA for 1ceb33b
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
fix(cli): make sure lsp progress is always ended
Davidyz
committed
6863fd8
View commit details
Copy full SHA for 6863fd8
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
fix(cli): remove redundant print and refined tool description.
Davidyz
committed
c4657f0
View commit details
Copy full SHA for c4657f0
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
fix(cli): fix `chunks` command
Davidyz
committed
cd5dfca
View commit details
Copy full SHA for cd5dfca
View code at this point
Browse repository at this point
feat(cli): implement chunk filtering for treesitter chunker (#41)
Show description for 2f7b128
Davidyz
authored
2f7b128
View commit details
Copy full SHA for 2f7b128
View code at this point
Browse repository at this point
Commits on Mar 24, 2025
feat(cli): add `chunks` subcommand for previewing chunks
Davidyz
committed
4433fa1
View commit details
Copy full SHA for 4433fa1
View code at this point
Browse repository at this point
feat(cli)!: Change some defaults (#28)
Show description for 574d553
Davidyz
authored
574d553
View commit details
Copy full SHA for 574d553
View code at this point
Browse repository at this point
refactor(cli): Refactor LSP and MCP servers and add tests for them (#33)
Show description for ca4c3e4
Davidyz
authored
ca4c3e4
View commit details
Copy full SHA for ca4c3e4
View code at this point
Browse repository at this point
chore(cli): exclude ABC from coverage
Davidyz
committed
cbd5f3a
View commit details
Copy full SHA for cbd5f3a
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
refactor(cli): refactor to make testing easier
Davidyz
committed
a76fd9a
View commit details
Copy full SHA for a76fd9a
View code at this point
Browse repository at this point
fix(cli): fix config resolution.
Davidyz
committed
3ee2552
View commit details
Copy full SHA for 3ee2552
View code at this point
Browse repository at this point
Commits on Mar 22, 2025
feat(cli): clean removed dirs
Davidyz
committed
e4c3716
View commit details
Copy full SHA for e4c3716
View code at this point
Browse repository at this point
feat(cli): `vectorcode.exclude` as a compliment to `.gitignore`
Davidyz
committed
a4c284c
View commit details
Copy full SHA for a4c284c
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
chore(cli): fix typo.
Davidyz
committed
70c6641
View commit details
Copy full SHA for 70c6641
View code at this point
Browse repository at this point
fix(cli): make sure `TreeSitterChunker` properly handles `chunk_size=-1`. Fix #25
Davidyz
committed
096e467
View commit details
Copy full SHA for 096e467
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
fix(cli): remove app-specific system prompts.
Davidyz
committed
52f7b02
View commit details
Copy full SHA for 52f7b02
View code at this point
Browse repository at this point
feat(cli): add `vectorcode prompts` command.
Davidyz
committed
cb05e85
View commit details
Copy full SHA for cb05e85
View code at this point
Browse repository at this point
ci(cli): configure include and omit for coverage.
Davidyz
committed
38570ca
View commit details
Copy full SHA for 38570ca
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
refactor(cli): set `project_root` when calling `get_project_config`
Davidyz
committed
894bb03
View commit details
Copy full SHA for 894bb03
View code at this point
Browse repository at this point
feat(cli): allow customising hnsw settings. Fix #24.
Davidyz
committed
f3d6e99
View commit details
Copy full SHA for f3d6e99
View code at this point
Browse repository at this point
Commits on Mar 15, 2025
feat(cli)!: implement treesitter-based chunking.
Davidyz
committed
ca4f347
View commit details
Copy full SHA for ca4f347
View code at this point
Browse repository at this point
feat(cli): implement top-k filtering for reranked chunks.
Davidyz
committed
3b69e92
View commit details
Copy full SHA for 3b69e92
View code at this point
Browse repository at this point
Commits on Mar 14, 2025
fix(cli): add relative path support.
Davidyz
committed
01deb04
View commit details
Copy full SHA for 01deb04
View code at this point
Browse repository at this point
refactor(cli): make the LSP output align with the CLI pipe mode
Davidyz
committed
4e9cfca
View commit details
Copy full SHA for 4e9cfca
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.