Tobi Lütke
|
efb39616e6
feat(lex): add query syntax for exact phrases, negation, and OR
|
3 hónapja |
Tobi Lütke
|
d1ec31eab8
feat: add collections array filter + improve query writing docs
|
3 hónapja |
Tobi Lütke
|
0201710c2b
feat: add structured_search for LLM-provided query expansions
|
3 hónapja |
Tobi Lutke
|
09803a75b7
feat: compile to JS for npm, release system, full changelog
|
3 hónapja |
Tobi Lutke
|
dcedfb5268
feat: cross-runtime SQLite compat layer (bun:sqlite + better-sqlite3)
|
3 hónapja |
Tobi Lutke
|
294fc76d9f
Merge remote-tracking branch 'origin/nodejs'
|
3 hónapja |
Tobi Lutke
|
9b89a51d10
test: split integration/model suites
|
3 hónapja |
Tobi Lutke
|
4df5505bd6
Merge origin/nodejs: Node.js compat, perf improvements, vitest
|
3 hónapja |
Tobi Lutke
|
31dd977c32
fix: handle dense content (code) that tokenizes to more than expected
|
3 hónapja |
Tobi Lutke
|
2d2f53034d
fix: use max chunk size for snippet search window
|
3 hónapja |
Tobi Lutke
|
f0e87a454a
feat: smart chunking with scored markdown break points
|
3 hónapja |
Tobi Lütke
|
b69fae7aa3
perf: batch vector embeddings + collection-aware FTS filtering
|
3 hónapja |
Claude
|
73136e4f59
fix: verify sqlite-vec readiness after extension load. Closes #169
|
3 hónapja |
Claude
|
96643a28ed
fix: reactivate deactivated documents on re-index. Closes #168
|
3 hónapja |
Claude
|
0eabfe73db
fix: allow $ route filenames in handelize. Closes #162
|
3 hónapja |
Ilya Grigorik
|
785bbcf319
MCP: Streamable HTTP, scoring fixes, tool improvements (#149)
|
3 hónapja |
David Gil
|
47b705409e
fix: BM25 score normalization - use Math.abs instead of Math.max (#76)
|
3 hónapja |
Christopher Stöckl
|
0f87e2429d
fix: workaround Bun UTF-8 path corruption bug (#82)
|
3 hónapja |
Tobi Lütke
|
32d313ad6b
Add LLM session management for lifecycle safety
|
3 hónapja |
jdvmi00
|
64c6e6c2e3
fix: rename collectionId to collectionName in searchVec for proper filtering (#61)
|
3 hónapja |
Copilot
|
053252ca24
Add Windows path utilities with cross-platform test coverage (#51)
|
3 hónapja |
sh54
|
ba7391832d
Add org-mode title extraction support (#50)
|
4 hónapja |
komsit37
|
88f78314bb
Fix sqlite-vec loading with BREW_PREFIX (#42)
|
4 hónapja |
Tobias Lütke
|
3c7dfad1b6
Make docid lookup more lenient with quotes support (#39)
|
4 hónapja |
Brendan McCord
|
01d74727f7
Add regression test and explanatory comments
|
4 hónapja |
Brendan McCord
|
216793380a
Fix vsearch/query hang caused by sqlite-vec JOIN incompatibility
|
4 hónapja |
Tobi Lutke
|
5b636b2e4c
Merge pull request #8 from burke/native-realpath
|
4 hónapja |
Tobias Lütke
|
fe0fd0859b
Merge pull request #9 from burke/single-tokenize
|
4 hónapja |
Tobi Lutke
|
4d21c5ab2b
Fix collection filter SQL and support non-ASCII filenames
|
4 hónapja |
Tobi Lutke
|
0dfd7a4686
Fix query hang, SQL errors, and missing docid in search results
|
4 hónapja |