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 }}
rieger-jared
/
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
common.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 19, 2025
feat(cli): Remove orphaned files from vector database in LSP and MCP servers
Zhe Yu
authored and
Davidyz
committed
b70ded9
View commit details
Copy full SHA for b70ded9
View code at this point
Browse repository at this point
Commits on May 29, 2025
feat(cli): set the default `hnsw:M` value to 64
Zhe Yu
authored and
Davidyz
committed
f859252
View commit details
Copy full SHA for f859252
View code at this point
Browse repository at this point
Commits on May 22, 2025
ci(cli): static analysis using basedpyright.
Davidyz
committed
58af61e
View commit details
Copy full SHA for 58af61e
View code at this point
Browse repository at this point
Commits on May 21, 2025
fix(cli): make sure `db_url` is updated after starting bundled chroma
Zhe Yu
authored and
Davidyz
committed
5e6283d
View commit details
Copy full SHA for 5e6283d
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
chore(cli): remove redundant traceback printing (#136)
Show description for d899df3
Davidyz
authored
d899df3
View commit details
Copy full SHA for d899df3
View code at this point
Browse repository at this point
Commits on Apr 20, 2025
refactor(cli): support v2 API for chromadb heartbeat
Davidyz
committed
314cb01
View commit details
Copy full SHA for 314cb01
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 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
Commits on Mar 17, 2025
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 11, 2025
refactor(cli): move the collection and client caching to `common`
Davidyz
committed
d191038
View commit details
Copy full SHA for d191038
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
fix(cli): add assertion to safeguard the type of `project_root`
Davidyz
committed
8ac76ae
View commit details
Copy full SHA for 8ac76ae
View code at this point
Browse repository at this point
Commits on Feb 27, 2025
fix(cli): fix type annotation.
Davidyz
committed
a773c75
View commit details
Copy full SHA for a773c75
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
refactor(cli): create a function to get all collections created by VectorCode
Davidyz
committed
9ef77c0
View commit details
Copy full SHA for 9ef77c0
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
refactor(cli): make bundled server CLI async.
Davidyz
committed
c11adab
View commit details
Copy full SHA for c11adab
View code at this point
Browse repository at this point
fix(cli): remove excessive `finally` that may cause embedding function bugs.
Davidyz
committed
21390d6
View commit details
Copy full SHA for 21390d6
View code at this point
Browse repository at this point
Commits on Feb 22, 2025
fix(cli): filter chroma settings before creating client.
Davidyz
committed
6150c08
View commit details
Copy full SHA for 6150c08
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 19, 2025
fix(cli): replace `aiohttp` with `httpx` to avoid redundant deps.
Davidyz
committed
5c6e83c
View commit details
Copy full SHA for 5c6e83c
View code at this point
Browse repository at this point
fix(cli): make sure `query` and `update` properly fails when collection doesn't exist
Davidyz
committed
ece46d3
View commit details
Copy full SHA for ece46d3
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
fix(cli): expand `~` when creating local database. Fix #7
Davidyz
committed
ddc8f46
View commit details
Copy full SHA for ddc8f46
View code at this point
Browse repository at this point
Commits on Feb 6, 2025
feat(cli)!: randomly pick a free port when standalone chromadb is not found.
Davidyz
committed
a520053
View commit details
Copy full SHA for a520053
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
feat(cli)!: default to return relative paths with command-line flag to use absolute path, and some formatting.
Davidyz
committed
fe170eb
View commit details
Copy full SHA for fe170eb
View code at this point
Browse repository at this point
fix(cli): various fixes for windows support.
Davidyz
authored and
--global
committed
aa1e8f4
View commit details
Copy full SHA for aa1e8f4
View code at this point
Browse repository at this point
fix(cli): Use `USERNAME` as fallback for windows compatibility
Davidyz
committed
77a3d1c
View commit details
Copy full SHA for 77a3d1c
View code at this point
Browse repository at this point
Commits on Feb 4, 2025
fix(cli): remove `os.setsid` because we no longer need it. Fix #4
Davidyz
committed
3e40658
View commit details
Copy full SHA for 3e40658
View code at this point
Browse repository at this point
Commits on Jan 26, 2025
feat(cli): disable telemetry for the bundled server.
Davidyz
committed
03ee4e3
View commit details
Copy full SHA for 03ee4e3
View code at this point
Browse repository at this point
fix(cli): disable telemetry by default
Davidyz
committed
31033ed
View commit details
Copy full SHA for 31033ed
View code at this point
Browse repository at this point
chore(cli): type annotation.
Davidyz
committed
f38eda0
View commit details
Copy full SHA for f38eda0
View code at this point
Browse repository at this point
fix(cli): fix async bug where `asyncio.run` is called in the main loop.
Davidyz
committed
7eda851
View commit details
Copy full SHA for 7eda851
View code at this point
Browse repository at this point
Commits on Jan 25, 2025
fix(cli): correct the type annotation.
Davidyz
committed
b0bd74a
View commit details
Copy full SHA for b0bd74a
View code at this point
Browse repository at this point
fix(cli): ensure fallback embedding function.
Davidyz
committed
565125e
View commit details
Copy full SHA for 565125e
View code at this point
Browse repository at this point
fix(cli): move db_path checking and move `client` creation.
Davidyz
committed
e45cfd5
View commit details
Copy full SHA for e45cfd5
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
fix(cli): properly start chromadb.
Davidyz
committed
ddcc2e1
View commit details
Copy full SHA for ddcc2e1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.