Yiorgis Gozadinos
|
c69b934eac
|
Incorporate additional docling meta in search(), expand_context() and relevant qa/research agents
|
2025-12-08 15:54:56 +02:00 |
|
Yiorgis Gozadinos
|
ad4e79ab5d
|
Store DoclingDocument json
|
2025-12-08 15:54:31 +02:00 |
|
Yiorgis Gozadinos
|
33b254ae3d
|
Always upgrade database on access. Explicitly create db by running init or HaikuRAG(path, create=True)
|
2025-12-02 16:49:55 +02:00 |
|
Yiorgis Gozadinos
|
3525fae625
|
Use EmbeddingModelConfig similar to ModelConfig for embeddings
|
2025-12-02 11:55:31 +02:00 |
|
Yiorgis Gozadinos
|
1bb7b6d5bd
|
Add support for per-model configuration settings including thinking, temperature and max_tokens
|
2025-11-25 12:14:24 +02:00 |
|
Yiorgis Gozadinos
|
5089ea4203
|
New update_document_fields() method for partial document updates
|
2025-11-19 11:37:36 +02:00 |
|
Yiorgis Gozadinos
|
31713e5fb6
|
Properly skip (and log as such) documents without changing updated_at when the md5 hash is unchanged
|
2025-11-07 14:00:05 +02:00 |
|
Yiorgis Gozadinos
|
79d3559f15
|
Apply configured include/exclude filters when using CLIs add-src to add a directory recursively
|
2025-10-29 14:55:00 +02:00 |
|
Yiorgis Gozadinos
|
618b3ffd5f
|
Refactor config from flat to nested Pydantic models
|
2025-10-23 13:30:21 +03:00 |
|
Yiorgis Gozadinos
|
1cab0339ad
|
add-src in cli & create_document_from_source will recursively add directories
|
2025-10-16 09:55:50 +03:00 |
|
Yiorgis Gozadinos
|
7b371b96ed
|
Use TestModel from pydantic AI where appropriate
|
2025-10-14 13:27:20 +03:00 |
|
Yiorgis Gozadinos
|
14168db795
|
Fix embedding client test
|
2025-09-26 13:52:06 +03:00 |
|
Yiorgis Gozadinos
|
2c93f4f823
|
Preserve title if it exists when expanding context
|
2025-09-22 13:45:59 +03:00 |
|
Yiorgis Gozadinos
|
4077e3ecb2
|
Handle title in client & CLI
|
2025-09-22 12:45:32 +03:00 |
|
Yiorgis Gozadinos
|
d1e2470d94
|
Upgrades are back. Make chunk order a table column rather than a metadata property
|
2025-09-18 13:42:07 +03:00 |
|
Yiorgis Gozadinos
|
c43ae62018
|
Fix client test on context expansion to not depend on .env settings
|
2025-09-12 12:38:22 +03:00 |
|
Yiorgis Gozadinos
|
b83596ff07
|
Basic moving to lancedb.
|
2025-09-01 14:56:14 +03:00 |
|
Yiorgis Gozadinos
|
bf8a4f22be
|
Make radius a parameter we can pass to expand_context()
|
2025-08-12 16:53:45 +02:00 |
|
Yiorgis Gozadinos
|
99f7401817
|
Merge expanded context if possible
|
2025-08-12 15:02:07 +02:00 |
|
Yiorgis Gozadinos
|
eb13426aae
|
expand_context() by using the adjacent chunks
|
2025-08-12 14:14:18 +02:00 |
|
Yiorgis Gozadinos
|
842e4a882d
|
Make citations optional, through cite parameter
|
2025-08-12 13:19:11 +02:00 |
|
Yiorgis Gozadinos
|
74eea9284a
|
create_document now optionally accepts pre-computed chunks
|
2025-07-26 10:42:27 +03:00 |
|
Yiorgis Gozadinos
|
a2e0f2cefd
|
Remove Claude nonsense, use context manager
|
2025-07-12 23:00:49 +03:00 |
|
Yiorgis Gozadinos
|
ee57bc0a82
|
Use path.as_uri() instead of path.resolve()
|
2025-06-20 09:27:01 +02:00 |
|
Yiorgis Gozadinos
|
1e0b6b18aa
|
Add a context manager to the client
|
2025-06-17 12:48:26 +02:00 |
|
Yiorgis Gozadinos
|
6321cfb7a8
|
Add search to client
|
2025-06-17 12:41:37 +02:00 |
|
Yiorgis Gozadinos
|
0b43c7dc7f
|
Handle files/url updates and store md5 hash in the meta
|
2025-06-17 12:22:00 +02:00 |
|
Yiorgis Gozadinos
|
11fd4d75ad
|
Handle files/url with create_document_from_source in client
|
2025-06-17 11:26:02 +02:00 |
|
Yiorgis Gozadinos
|
a91249c575
|
Basic client
|
2025-06-17 10:48:40 +02:00 |
|