tercul-backend/internal/platform
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
..
auth feat: Implement critical features and fix build 2025-10-05 18:29:18 +00:00
cache test: Increase test coverage for internal/platform/cache 2025-10-08 21:28:56 +00:00
config feat: Add SearchAlpha support for hybrid search tuning 2025-11-30 03:34:32 +01:00
db 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
http Update GitHub Actions workflows to 2025 best practices (#29) 2025-11-27 07:08:08 +01:00
log feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
openlibrary Update GitHub Actions workflows to 2025 best practices (#29) 2025-11-27 07:08:08 +01:00
search feat: Add SearchAlpha support for hybrid search tuning 2025-11-30 03:34:32 +01:00