index
:
search
master
Semantic file search using ImageBind and sqlite-vec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-07-30
Add GPL license
HEAD
master
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, ↵
Anthony Wang
start watches ASAP instead of after indexing is done
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 ↵
Anthony Wang
REPLACE, use locking for watchdog, correctly get id for DeletedEvent
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
2024-07-27
Move tensors back to CPU, print tracebacks for failed emb but don't stop
Anthony Wang
2024-07-27
Convert 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-26
Initial commit
Anthony Wang