Skip to content

Support embedders setting and other vector/hybrid search related configuration #677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 57 commits into from
Jul 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
333c79a
Added the ability to configure vector-search embeddings in the settings
CommanderStorm Mar 2, 2024
83f543d
Added the ability to configure the `hybrid` keyword in the search
CommanderStorm Apr 16, 2024
a4e50c9
Migrated the testcase to use `_vectors` instead
CommanderStorm Apr 16, 2024
0e044b1
Removed the `experimental-vector-search` feature
CommanderStorm Apr 17, 2024
3a4d876
Merge branch 'main' into vector-search-embedder
curquiza May 14, 2024
a167c50
Merge branch 'main' into vector-search-embedder
CommanderStorm Jun 30, 2024
37b5410
Merge branch 'main' into vector-search-embedder
CommanderStorm Jul 1, 2024
4c7475e
Merge branch 'main' into vector-search-embedder
curquiza Jul 2, 2024
5e72f98
feat: added support for ollama and rest
CommanderStorm Jul 7, 2024
75e5585
chore: improved the documentation
CommanderStorm Jul 7, 2024
464de44
feat: implemnted the `retrieve_vectors` flag
CommanderStorm Jul 8, 2024
4cf2da8
Merge branch 'main' into vector-search-embedder
CommanderStorm Jul 8, 2024
980e714
chore: made sure that `test_hybrid` uses a mocked server
CommanderStorm Jul 8, 2024
cbac495
chore: formatting fixes
CommanderStorm Jul 8, 2024
77399a2
chore: fixed a typo in a doc-comment
CommanderStorm Jul 12, 2024
c69358b
Merge branch 'main' into vector-search-embedder
CommanderStorm Aug 14, 2024
4c94ce5
fix(tests): made the requested changes
CommanderStorm Aug 24, 2024
7398185
fix: changed the rest embedder to the `1.10.0` schema
CommanderStorm Aug 26, 2024
93b0bca
feat: added `headers` support
CommanderStorm Aug 29, 2024
53083ed
Apply suggestions from code review
CommanderStorm Nov 17, 2024
9079410
Merge branch 'main' into vector-search-embedder
CommanderStorm Jan 3, 2025
a0b13c6
chore: formatting fix
CommanderStorm Jan 3, 2025
5c406e3
Merge branch 'main' into vector-search-embedder
CommanderStorm Jan 24, 2025
9cd547d
Remove mentions to the experimental search from the PR
CommanderStorm Jan 24, 2025
f32abe2
Fix typos during the initial drafts
CommanderStorm Jan 24, 2025
b64e424
Merge branch 'main' into vector-search-embedder
CommanderStorm Feb 5, 2025
279e974
fix formatting issues that crept in somehow in the merge
CommanderStorm Feb 5, 2025
fb45587
Merge branch 'main' into vector-search-embedder
CommanderStorm Feb 17, 2025
b0bd2a7
Merge branch 'main' into vector-search-embedder
CommanderStorm Feb 20, 2025
73305ac
Update src/search.rs
CommanderStorm Feb 20, 2025
b7735a2
simplified code a bit
CommanderStorm Feb 20, 2025
8e265df
update docs with newer phrasing
CommanderStorm Feb 20, 2025
20c4d50
formatting fix
CommanderStorm Feb 20, 2025
6838937
fix doctests
CommanderStorm Feb 20, 2025
8d3c81c
Merge branch 'main' into vector-search-embedder
CommanderStorm Apr 24, 2025
1c5c9f6
Merge branch 'main' into vector-search-embedder
CommanderStorm May 19, 2025
430c8d1
Update src/settings.rs
CommanderStorm May 19, 2025
4a175e0
fix nitpick by code review
CommanderStorm May 19, 2025
5d488a3
fix nitpick from code review
CommanderStorm May 19, 2025
b04d320
Update src/settings.rs
CommanderStorm May 19, 2025
4c11a52
Merge branch 'hybrid' into vector-search-embedder
Mubelotix Jul 10, 2025
be7fa9b
Merge pull request #554 from CommanderStorm/vector-search-embedder
Mubelotix Jul 10, 2025
fe22e54
Fix rebase errors
Mubelotix Jul 10, 2025
acd493c
Fix clippy warning
Mubelotix Jul 10, 2025
fed5766
Format code
Mubelotix Jul 10, 2025
72e1bdc
Remove Default on HybridSearch
Mubelotix Jul 10, 2025
54ac2ab
Edit doc
Mubelotix Jul 10, 2025
57edc89
Comments
Mubelotix Jul 10, 2025
a4d4a9e
Implement broken test
Mubelotix Jul 10, 2025
b20a19e
Format
Mubelotix Jul 10, 2025
624cf20
Remove log
Mubelotix Jul 10, 2025
c97b54a
Simplify embedder config
Mubelotix Jul 10, 2025
068c242
Fix tests
Mubelotix Jul 10, 2025
5dcee1b
Minor fixes
Mubelotix Jul 10, 2025
5131e68
Add set_embedders
Mubelotix Jul 10, 2025
38cce63
Typo
Mubelotix Jul 10, 2025
7023f99
Fix doc placement
Mubelotix Jul 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading