Yiorgis Gozadinos
b4c158ffcf
Fix potential 0.25.0 migration crash
2026-01-22 17:29:26 +02:00
Yiorgis Gozadinos
32c64d3d11
vb
2026-01-22 12:59:32 +02:00
Yiorgis Gozadinos
0adbf0f125
Merge pull request #250 from tianyicui/fix/dotenv-usecwd
...
fix: load .env from current working directory, not source file directory
2026-01-22 12:58:01 +02:00
Yiorgis Gozadinos
ea7a4a9a8f
apply dotenv usecwd fix to remaining files
...
Apply the same find_dotenv(usecwd=True) fix from cli.py to:
- evaluations/evaluations/benchmark.py
- app/backend/main.py
Co-Authored-By: Tianyi Cui <contact@tianyicui.com>
2026-01-22 12:41:35 +02:00
Tianyi Cui
910ebbab22
fix: load .env from current working directory, not source file directory
...
The previous load_dotenv() searched for .env starting from the calling
file's directory (haiku/rag/cli.py), which fails when users run haiku-rag
from a different directory containing their .env file.
Changes:
- Move load_dotenv() before config imports (config reads env vars at import time)
- Use find_dotenv(usecwd=True) to search from current working directory
2026-01-22 12:36:55 +02:00
Yiorgis Gozadinos
6201303df3
Merge pull request #256 from tseaver/patch-2
...
fix: mark 'hashlib.md5' as 'usedforsecurity=False'
2026-01-22 10:25:05 +02:00
Tres Seaver
e9746a1785
fix: mark 'hashlib.md5' as 'usedforsecurity=False'
...
Closes #255 .
2026-01-21 12:14:56 -05:00
Yiorgis Gozadinos
4bdfb180d5
Merge pull request #252 from ggozad/fix/score-use
...
Search results now show rank position instead of raw scores.
2026-01-21 15:28:43 +02:00
Yiorgis Gozadinos
b96e5a3be1
Additional prompts needing adapting. Missing cassettes.
2026-01-21 15:17:56 +02:00
Yiorgis Gozadinos
7f51c63ad7
Search results now show rank position instead of raw scores. Consolidate cassettes
2026-01-21 14:54:15 +02:00
Yiorgis Gozadinos
dff313fa74
Merge pull request #251 from ggozad/feat/jina-reranker
...
Jina Reranker v3 (local & API)
2026-01-21 14:14:24 +02:00
Yiorgis Gozadinos
a1abfd9666
Jina uses AutoModel not AutoModelForSequenceClassification
2026-01-21 11:26:23 +02:00
Yiorgis Gozadinos
ce95dc47a5
Do not run coverage on download-models & code that requires integration tests
2026-01-21 11:09:35 +02:00
Yiorgis Gozadinos
36a675e1bb
Add jina, mxbai and sentence-transformers to download-models when used
2026-01-21 10:53:45 +02:00
Yiorgis Gozadinos
7ff014684a
Support for jina reranker, both local and API
2026-01-21 10:39:21 +02:00
Yiorgis Gozadinos
b8cf8f5198
Remove reranker cache
2026-01-20 17:26:24 +02:00
Yiorgis Gozadinos
e7ce9694b5
vb
2026-01-20 15:47:37 +02:00
Yiorgis Gozadinos
be82473624
Merge pull request #249 from ggozad/feat/ocr-engine
...
Add `ocr_engine` field to `ConversionOptions`
2026-01-20 13:56:23 +02:00
Yiorgis Gozadinos
6fd496e908
Merge pull request #248 from ggozad/fix/logfire-chat
...
Fix crash when logfire is installed but user is not authenticated.
2026-01-20 13:52:09 +02:00
Yiorgis Gozadinos
7bbac66640
Fix crash when logfire is installed but user is not authenticated. Closes #247
2026-01-20 13:43:44 +02:00
Yiorgis Gozadinos
62d35d2907
Add ocr_engine field to ConversionOptions
2026-01-20 13:41:43 +02:00
Yiorgis Gozadinos
8a7514cad2
Merge pull request #244 from ggozad/chore/cleanup
...
Remove a2a example, clean up
2026-01-19 17:03:50 +02:00
Yiorgis Gozadinos
ea492248e7
Remove a2a examples, clean up
2026-01-19 16:53:40 +02:00
Yiorgis Gozadinos
e32b48d142
Merge pull request #243 from ggozad/chore/ty
...
replace pyright with ty type checker
2026-01-19 16:32:34 +02:00
Yiorgis Gozadinos
1022d5dafd
Update dependencies
2026-01-19 16:23:26 +02:00
Yiorgis Gozadinos
f05159859c
Additional fixes to remove type ignores
2026-01-19 16:00:18 +02:00
Yiorgis Gozadinos
5e55c0df54
replace pyright with ty type checker
2026-01-19 15:50:14 +02:00
Yiorgis Gozadinos
2c264f4afc
vb
2026-01-19 14:54:18 +02:00
Yiorgis Gozadinos
2f4354d100
Merge pull request #242 from ggozad/chore/out-out-migration
...
Require explicit migrate command for database migrations
2026-01-19 14:53:22 +02:00
Yiorgis Gozadinos
f582552f6a
Add tests for migration scenarios
2026-01-19 14:12:51 +02:00
Yiorgis Gozadinos
8b2cc19288
Fix tests
2026-01-19 13:47:20 +02:00
Yiorgis Gozadinos
1316c89135
docs
2026-01-19 13:30:17 +02:00
Yiorgis Gozadinos
5464d24483
require explicit migrate command for database migrations
2026-01-19 13:22:09 +02:00
Yiorgis Gozadinos
5f2f180960
vb
2026-01-16 15:27:55 +02:00
Yiorgis Gozadinos
9756add372
Merge pull request #240 from ggozad/chore/improve-agui
...
Improve conversational agent & AG-UI integration
2026-01-16 15:25:49 +02:00
Yiorgis Gozadinos
c97397dd67
Fix docs
2026-01-16 15:07:17 +02:00
Yiorgis Gozadinos
bdfc6b87e7
Rename initial_context to background_context
2026-01-16 15:03:42 +02:00
Yiorgis Gozadinos
6c5c23b338
Use pnpm, not npm on CI, fix errors.
2026-01-16 15:03:42 +02:00
Yiorgis Gozadinos
c1163dc8ff
Use biome on the frontend for linting, add to CI
2026-01-16 15:03:41 +02:00
Yiorgis Gozadinos
609cbb78de
Background context component for frontend
2026-01-16 15:03:41 +02:00
Yiorgis Gozadinos
2054450142
ChatDeps implements StateHandler protocol for proper AG-UI state management
2026-01-16 15:03:41 +02:00
Yiorgis Gozadinos
d2fabb9f13
Update docs
2026-01-16 15:03:41 +02:00
Yiorgis Gozadinos
18362f01c2
Pass context for CLI/app
2026-01-16 15:03:06 +02:00
Yiorgis Gozadinos
d82e1f95c1
Optimize context prompts
2026-01-16 15:03:05 +02:00
Yiorgis Gozadinos
dff489f75f
Add initial_context support to chat agent
2026-01-16 15:03:05 +02:00
Yiorgis Gozadinos
e73486b7a8
Set retries to 3 for agents that did not have it.
2026-01-16 15:03:05 +02:00
Yiorgis Gozadinos
076f11d4dd
Merge pull request #239 from runyaga/docs/comprehensive-review
...
docs: fix documentation discrepancies with codebase
2026-01-16 15:01:54 +02:00
runyaga
a29f5b2e48
docs: fix documentation discrepancies with codebase
...
CLI documentation:
- Add missing short flags (-f for --filter, -l for --limit)
- Document missing `init-config` command
- Document missing `inspect` command
Python API documentation:
- Fix get_document_by_id example to use string ID (not integer)
- Document filter parameter for ask() method
MCP documentation:
- Correct search_documents limit default (uses config, not hardcoded 5)
2026-01-15 15:44:49 -06:00
Yiorgis Gozadinos
12e5e9ebfb
vb
2026-01-15 16:24:03 +02:00
Yiorgis Gozadinos
e38b235d72
Merge pull request #237 from ggozad/feat/ag-ui-features
...
Add AGUI_STATE_KEY for namespaced AG-UI state emission
2026-01-15 15:59:54 +02:00