tercul-backend/internal/app
google-labs-jules[bot] d0852353b7
feat: Add SearchAlpha support for hybrid search tuning
Add configurable SearchAlpha parameter for hybrid search tuning

- Added SearchAlpha config parameter (default: 0.7) for tuning BM25 vs vector search balance
- Updated NewWeaviateWrapper to accept host and searchAlpha parameters
- Enhanced hybrid search with configurable alpha parameter via WithAlpha()
- Fixed all type mismatches in mocks and tests to use domainsearch.SearchResults
- Updated GraphQL resolver to use new SearchResults structure with SearchResultItem
- All tests and vet checks passing

Closes #30
2025-11-30 03:34:32 +01:00
..
analytics feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
auth This commit introduces a series of significant improvements to bring the codebase closer to a production-ready state. 2025-10-08 17:25:02 +00:00
author refactor: Align codebase with DDD architecture to fix build 2025-10-03 01:17:53 +00:00
authz feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
book Fix: Correct authorization logic in integration tests 2025-10-04 23:48:44 +00:00
bookmark Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
category Refactor: Introduce service layer for application logic 2025-09-09 02:28:25 +00:00
collection This commit refactors the GraphQL layer to improve code quality and adhere to the project's target architecture. 2025-10-03 02:13:12 +00:00
comment Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
contribution feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
copyright feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
like Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
localization feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
monetization feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
search feat: Add SearchAlpha support for hybrid search tuning 2025-11-30 03:34:32 +01:00
tag Refactor: Introduce service layer for application logic 2025-09-09 02:28:25 +00:00
translation feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
user Update GitHub Actions workflows to 2025 best practices (#29) 2025-11-27 07:08:08 +01:00
work Update GitHub Actions workflows to 2025 best practices (#29) 2025-11-27 07:08:08 +01:00
.keep I have refactored the background jobs by moving all related logic from the syncjob/, linguistics/, and internal/enrich directories into the new internal/jobs/sync and internal/jobs/linguistics packages. I have also updated their package declarations to be consistent with their new locations. 2025-09-02 15:02:04 +00:00
app.go refactor(app): move composition root to main.go 2025-10-07 14:05:19 +00:00
application_builder.go Update GitHub Actions workflows to 2025 best practices (#29) 2025-11-27 07:08:08 +01:00