aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-30Add GPL licenseHEADmasterAnthony 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, ↵Anthony Wang
start watches ASAP instead of after indexing is done
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 ↵Anthony Wang
REPLACE, use locking for watchdog, correctly get id for DeletedEvent
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
2024-07-27Move tensors back to CPU, print tracebacks for failed emb but don't stopAnthony Wang
2024-07-27Convert rel paths to abs paths, update paths after move, insert dir to DB ↵Anthony Wang
before recursion so DB is always a tree
2024-07-26Initial commitAnthony Wang