aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 daysUpdate dependencies, add ignoring hidden files to TODOHEADmasterAnthony Wang
2025-03-12Update dependenciesAnthony Wang
2025-02-18Update dependencies•••Python packaging with uv is still super gross Anthony Wang
2025-01-23Bump depsAnthony Wang
2025-01-21List inodes bug in TODOAnthony Wang
2025-01-13Make list of indexed files during initial indexing for removing stale entriesAnthony Wang
2025-01-12Just index hidden files too•••Watchdog's RegexMatchingEventHandler is buggy and it just does a regex over the events but still watches all the dirs. I wanted to index ~ but that probably is too expensive and I should just index a hardcoded list of dirs instead. Also, if we index hidden files and a file gets moved from a hidden to non-hidden file or vice versa it's a tricky situation to deal with. So let's just not. Anthony Wang
2025-01-12Properly check if child is a symlink and ignore itAnthony Wang
2025-01-12Make watchdog ignore hidden files, don't follow symlinks to avoid infinite loopsAnthony Wang
2025-01-11Clean up installation instructions on README, only support GPU for local uv d...Anthony Wang
2025-01-10ReformatAnthony Wang
2025-01-10Cache model on disk, move shared dirs stuff to dirs.pyAnthony Wang
2025-01-09Explain that developers should use the development sectionAnthony Wang
2025-01-09Get AMD installation to workAnthony Wang
2025-01-09Slightly less gross packagingAnthony Wang
2025-01-09Support all GPU vendors but the packaging is SUPER GROSSAnthony Wang
2025-01-09Fix some packaging problems, better workaround for 'module' object is not cal...Anthony Wang
2025-01-08Ideas for speed improvementsAnthony Wang
2025-01-08More TODOs for packagingAnthony Wang
2025-01-08Change the client entrypoint to run a noop main function to get around module...Anthony Wang
2025-01-08Rename from sock to socketAnthony Wang
2025-01-08Rewrite README with new installation and dev instructionsAnthony Wang
2025-01-08Properly package this, use platformdirs to be more portableAnthony Wang
2025-01-06More TODO itemsAnthony Wang
2025-01-06Copy .gitignore from https://github.com/github/gitignore/blob/main/Python.git...Anthony Wang
2025-01-06Print confirmation if using Intel GPUAnthony Wang
2025-01-06Update numpy because why notAnthony Wang
2025-01-06Add comment for crazy ort.InferenceSession monkey patchAnthony Wang
2025-01-06Switch to pyproject.toml and uvAnthony Wang
2025-01-06Mention that you can also do file to similar file searchAnthony Wang
2025-01-06Mention the client only depends on Python stdlibAnthony Wang
2025-01-06Fix some typos and bugs, add more TODO itemsAnthony Wang
2025-01-06Support Intel GPUs using onnxruntime-openvino, run isortAnthony Wang
2025-01-06Skip SVGs and other weird imagesAnthony Wang
2025-01-06Don't use INSERT OR REPLACE in server.py, try sixel, put results in temp dirAnthony Wang
2025-01-06Use FastEmbed, simplify server logic, move Unix socket stuff to own fileAnthony Wang
2024-07-30Add GPL licenseAnthony Wang
2024-07-27Recommend TIDY, explain res symlinks some moreAnthony Wang
2024-07-28Don't index text since it interferes with other resultsAnthony Wang
2024-07-28Ignore FileOpenedEventAnthony Wang
2024-07-27Skip nonexistent files when indexingAnthony Wang
2024-07-27Use with to ensure locks released, RPC over Unix socket instead of TCP, start...Anthony Wang
2024-07-27Add symlinks in cwd to resultsAnthony Wang
2024-07-27Simplify get_parent logicAnthony Wang
2024-07-27Disable WAL, ignore modified directoriesAnthony Wang
2024-07-27DELETE then INSERT into emb since sqlite-vec doesn't support INSERT OR REPLAC...Anthony Wang
2024-07-27Handle moves more efficiently by defering unemb, use PORT env varAnthony Wang
2024-07-27Gwenview doesn't preserve orderAnthony Wang
2024-07-27Use cosine similarity instead of l2Anthony Wang
2024-07-27Print out search queries, skip hidden filesAnthony Wang