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 (
Expand
)
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, 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
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 bef...
Anthony Wang
2024-07-26
Initial commit
Anthony Wang