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 }}
Jufralice
/
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
cli_utils.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 21, 2025
feat(chunking): Add filetype_map config option
Show description for 8f0d4a3
Jufralice
authored and
Davidyz
committed
8f0d4a3
View commit details
Copy full SHA for 8f0d4a3
View code at this point
Browse repository at this point
Commits on May 17, 2025
refactor(cli): use `db_url` to replace `host` and `port`. (#143)
Show description for dfff649
Davidyz
authored
dfff649
View commit details
Copy full SHA for dfff649
View code at this point
Browse repository at this point
Commits on May 14, 2025
fix(cli): make sure arg parsers use correct defaults.
Zhe Yu
authored and
Davidyz
committed
d36ef41
View commit details
Copy full SHA for d36ef41
View code at this point
Browse repository at this point
Commits on May 10, 2025
refactor(cli): Merge hooks subcommand into init
Zhe Yu
authored and
Davidyz
committed
6b0294c
View commit details
Copy full SHA for 6b0294c
View code at this point
Browse repository at this point
Commits on May 3, 2025
feat(cli): accept json5 config.
Zhe Yu
authored and
Davidyz
committed
e1b2774
View commit details
Copy full SHA for e1b2774
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
feat(cli): hide `$HOME` when printing paths as output
Davidyz
committed
5d0c897
View commit details
Copy full SHA for 5d0c897
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
feat(cli): add a subcommand to easily manage git hooks. (#98)
Show description for 7b101e8
Davidyz
authored
7b101e8
View commit details
Copy full SHA for 7b101e8
View code at this point
Browse repository at this point
Commits on Apr 26, 2025
feat(cli): Implement encoding detection and handling
Zhe Yu
authored and
Davidyz
committed
970dc66
View commit details
Copy full SHA for 970dc66
View code at this point
Browse repository at this point
allow choosing encodings from CLI.
Zhe Yu
authored and
Davidyz
committed
6762588
View commit details
Copy full SHA for 6762588
View code at this point
Browse repository at this point
feat(cli) : add alternative (non-utf8) encoding support.
Zhe Yu
authored and
Davidyz
committed
d05df9c
View commit details
Copy full SHA for d05df9c
View code at this point
Browse repository at this point
Commits on Apr 25, 2025
refactor(cli): use a simpler approach to build the config object.
Zhe Yu
authored and
Davidyz
committed
c6aac7f
View commit details
Copy full SHA for c6aac7f
View code at this point
Browse repository at this point
Commits on Apr 22, 2025
feat(cli): extensible reranker. Implements #68 (#85)
Show description for 20cdaa9
Davidyz
authored
20cdaa9
View commit details
Copy full SHA for 20cdaa9
View code at this point
Browse repository at this point
Commits on Apr 20, 2025
chore(cli): show log path in STDIO when log level is set.
Davidyz
committed
9b072f7
View commit details
Copy full SHA for 9b072f7
View code at this point
Browse repository at this point
Commits on Apr 19, 2025
chore(cli): add loggers. (#81)
Show description for 1d1a28d
Davidyz
authored
1d1a28d
View commit details
Copy full SHA for 1d1a28d
View code at this point
Browse repository at this point
Commits on Apr 18, 2025
feat(cli): configurable chromadb log path. Fix #63. (#80)
Show description for d71aeac
Davidyz
authored
d71aeac
View commit details
Copy full SHA for d71aeac
View code at this point
Browse repository at this point
Commits on Apr 11, 2025
feat(cli): fallback to global file specs.
Davidyz
committed
7e92fb6
View commit details
Copy full SHA for 7e92fb6
View code at this point
Browse repository at this point
feat(cli): Allow vectorising hidden files (#70)
Show description for 7b82531
jpmelos
authored
7b82531
View commit details
Copy full SHA for 7b82531
View code at this point
Browse repository at this point
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 Mar 31, 2025
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
Commits on Mar 25, 2025
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
Commits on Mar 19, 2025
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
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 10, 2025
refactor(cli): simplify project config loading.
Davidyz
committed
b5f486a
View commit details
Copy full SHA for b5f486a
View code at this point
Browse repository at this point
fix(cli): fix infinite loop when outside of a project root.
Davidyz
committed
2f0e236
View commit details
Copy full SHA for 2f0e236
View code at this point
Browse repository at this point
feat(cli): implement `vectorcode.include` specs.
Davidyz
committed
8557c2e
View commit details
Copy full SHA for 8557c2e
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
feat(cli): API to find project root.
Davidyz
committed
834f582
View commit details
Copy full SHA for 834f582
View code at this point
Browse repository at this point
Commits on Mar 5, 2025
feat(cli)!: allow outputting only the path or the document content. Fix #12
Davidyz
committed
6f58d51
View commit details
Copy full SHA for 6f58d51
View code at this point
Browse repository at this point
Commits on Feb 27, 2025
refactor(cli): allow passing `args` as argument.
Davidyz
committed
5d3c2f4
View commit details
Copy full SHA for 5d3c2f4
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
feat(cli): add `clean` command to remove empty collections.
Davidyz
committed
0b9daca
View commit details
Copy full SHA for 0b9daca
View code at this point
Browse repository at this point
Commits on Feb 23, 2025
feat(cli): add `--force` option to `init`.
Davidyz
committed
c9ff2b5
View commit details
Copy full SHA for c9ff2b5
View code at this point
Browse repository at this point
Commits on Feb 21, 2025
refactor(cli): only call `sys.exit` in `main.py`.
Davidyz
committed
bc4ddc4
View commit details
Copy full SHA for bc4ddc4
View code at this point
Browse repository at this point
Commits on Feb 20, 2025
feat(cli): add `--no_stderr` option
Davidyz
committed
8d53fdb
View commit details
Copy full SHA for 8d53fdb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.