Age | Commit message (Expand) | Author |
2 days | Update dependencies, add ignoring hidden files to TODOHEADmaster | Anthony Wang |
2025-03-12 | Update dependencies | Anthony Wang |
2025-02-18 | Update dependencies•••Python packaging with uv is still super gross
| Anthony Wang |
2025-01-23 | Bump deps | Anthony Wang |
2025-01-21 | List inodes bug in TODO | Anthony Wang |
2025-01-13 | Make list of indexed files during initial indexing for removing stale entries | Anthony Wang |
2025-01-12 | Just 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-12 | Properly check if child is a symlink and ignore it | Anthony Wang |
2025-01-12 | Make watchdog ignore hidden files, don't follow symlinks to avoid infinite loops | Anthony Wang |
2025-01-11 | Clean up installation instructions on README, only support GPU for local uv d... | Anthony Wang |
2025-01-10 | Reformat | Anthony Wang |
2025-01-10 | Cache model on disk, move shared dirs stuff to dirs.py | Anthony Wang |
2025-01-09 | Explain that developers should use the development section | Anthony Wang |
2025-01-09 | Get AMD installation to work | Anthony Wang |
2025-01-09 | Slightly less gross packaging | Anthony Wang |
2025-01-09 | Support all GPU vendors but the packaging is SUPER GROSS | Anthony Wang |
2025-01-09 | Fix some packaging problems, better workaround for 'module' object is not cal... | Anthony Wang |
2025-01-08 | Ideas for speed improvements | Anthony Wang |
2025-01-08 | More TODOs for packaging | Anthony Wang |
2025-01-08 | Change the client entrypoint to run a noop main function to get around module... | Anthony Wang |
2025-01-08 | Rename from sock to socket | Anthony Wang |
2025-01-08 | Rewrite README with new installation and dev instructions | Anthony Wang |
2025-01-08 | Properly package this, use platformdirs to be more portable | Anthony Wang |
2025-01-06 | More TODO items | Anthony Wang |
2025-01-06 | Copy .gitignore from https://github.com/github/gitignore/blob/main/Python.git... | Anthony Wang |
2025-01-06 | Print confirmation if using Intel GPU | Anthony Wang |
2025-01-06 | Update numpy because why not | Anthony Wang |
2025-01-06 | Add comment for crazy ort.InferenceSession monkey patch | Anthony Wang |
2025-01-06 | Switch to pyproject.toml and uv | Anthony Wang |
2025-01-06 | Mention that you can also do file to similar file search | Anthony Wang |
2025-01-06 | Mention the client only depends on Python stdlib | Anthony Wang |
2025-01-06 | Fix some typos and bugs, add more TODO items | Anthony Wang |
2025-01-06 | Support Intel GPUs using onnxruntime-openvino, run isort | Anthony Wang |
2025-01-06 | Skip SVGs and other weird images | Anthony Wang |
2025-01-06 | Don't use INSERT OR REPLACE in server.py, try sixel, put results in temp dir | Anthony Wang |
2025-01-06 | Use FastEmbed, simplify server logic, move Unix socket stuff to own file | Anthony Wang |
2024-07-30 | Add GPL license | Anthony Wang |
2024-07-27 | Recommend TIDY, explain res symlinks some more | Anthony Wang |
2024-07-28 | Don't index text since it interferes with other results | Anthony Wang |
2024-07-28 | Ignore FileOpenedEvent | Anthony Wang |
2024-07-27 | Skip nonexistent files when indexing | Anthony Wang |
2024-07-27 | Use with to ensure locks released, RPC over Unix socket instead of TCP, start... | Anthony Wang |
2024-07-27 | Add symlinks in cwd to results | Anthony Wang |
2024-07-27 | Simplify get_parent logic | Anthony Wang |
2024-07-27 | Disable WAL, ignore modified directories | Anthony Wang |
2024-07-27 | DELETE then INSERT into emb since sqlite-vec doesn't support INSERT OR REPLAC... | Anthony Wang |
2024-07-27 | Handle moves more efficiently by defering unemb, use PORT env var | Anthony Wang |
2024-07-27 | Gwenview doesn't preserve order | Anthony Wang |
2024-07-27 | Use cosine similarity instead of l2 | Anthony Wang |
2024-07-27 | Print out search queries, skip hidden files | Anthony Wang |