Yiorgis Gozadinos
|
48cdb8a1db
|
Implement an LRUMemoryStorage for context
|
2025-10-13 18:01:22 +03:00 |
|
Yiorgis Gozadinos
|
c6eaf9d5cd
|
Add vacuum retention setting
|
2025-10-07 10:47:28 +03:00 |
|
Yiorgis Gozadinos
|
f0333e33ac
|
Change default embedding to qwen3-embedding. Update benchmarks using qwen3-embedding and gpt-oss
|
2025-09-26 13:23:38 +03:00 |
|
Yiorgis Gozadinos
|
6b7f574180
|
Config DISABLE_DB_AUTOCREATE option to not auto-create dbs
|
2025-09-22 10:09:07 +03:00 |
|
Yiorgis Gozadinos
|
3e30059a42
|
Change default config to use gpt-oss for QA
|
2025-09-17 12:39:58 +03:00 |
|
Yiorgis Gozadinos
|
05e08c48e4
|
Simplify SearchAgent. Omit search results, but keep QA results.
|
2025-09-17 12:37:16 +03:00 |
|
Yiorgis Gozadinos
|
4df5d31b18
|
Fix config for research
|
2025-09-17 08:51:44 +03:00 |
|
Yiorgis Gozadinos
|
fe8e48df38
|
Config research provider/model, CLI
|
2025-09-17 08:51:44 +03:00 |
|
Yiorgis Gozadinos
|
765a6e647d
|
Allow for custom pre-processing after markdown is generated and before it is chunked.
|
2025-09-15 11:02:34 +03:00 |
|
Yiorgis Gozadinos
|
16f7ba9d99
|
VLLM embedding
|
2025-09-04 10:44:07 +03:00 |
|
Yiorgis Gozadinos
|
9e5f11060d
|
Allow connecting to lancedb cloud, s3, gc, az etc
|
2025-09-02 12:49:17 +03:00 |
|
Yiorgis Gozadinos
|
fe850e778d
|
Remove Ollama reranker, this was a bad idea
|
2025-09-02 11:42:31 +03:00 |
|
Yiorgis Gozadinos
|
58a04db556
|
Disable reranking by default
|
2025-09-01 15:00:38 +03:00 |
|
Yiorgis Gozadinos
|
1f61d78165
|
Bring back QA_MODEL and keep compatibility with previous versions
|
2025-08-17 15:27:03 +02:00 |
|
Yiorgis Gozadinos
|
d6d79d5e94
|
Allow any provider/model supported by pydantic AI
|
2025-08-17 14:55:50 +02:00 |
|
Yiorgis Gozadinos
|
eb13426aae
|
expand_context() by using the adjacent chunks
|
2025-08-12 14:14:18 +02:00 |
|
Yiorgis Gozadinos
|
5103e6c2d7
|
Add Ollama reranker
|
2025-08-10 20:50:17 +02:00 |
|
Yiorgis Gozadinos
|
8d98eed2e2
|
Make mxbai reranker optional. Only use a reranker if mxbai or cohere are installed
|
2025-08-10 19:49:14 +02:00 |
|
Yiorgis Gozadinos
|
22ed9ca51e
|
Disable python warning unless in development
|
2025-08-08 17:31:42 +02:00 |
|
Yiorgis Gozadinos
|
91f6122ef7
|
Basic chunking using docling
|
2025-08-01 16:27:44 +02:00 |
|
Yiorgis Gozadinos
|
942be2271c
|
Update docs
|
2025-07-20 11:33:09 +03:00 |
|
Yiorgis Gozadinos
|
2347612fb6
|
Optionally perform reranking when searching
|
2025-07-19 13:12:34 +03:00 |
|
Yiorgis Gozadinos
|
1437942edc
|
Make reranker a global module object to avoid re-initialization
|
2025-07-19 12:51:22 +03:00 |
|
Yiorgis Gozadinos
|
f25416b0ff
|
Properly test cohere reranker
|
2025-07-18 20:55:28 +03:00 |
|
Yiorgis Gozadinos
|
044e1b0a06
|
mixedbread reranker as default
|
2025-07-18 20:29:24 +03:00 |
|
Yiorgis Gozadinos
|
859860318a
|
Cohere reranker
|
2025-07-17 13:17:16 +03:00 |
|
Yiorgis Gozadinos
|
e66c160055
|
Support for anthropic in Question/Answering
|
2025-07-04 11:55:03 +03:00 |
|
Yiorgis Gozadinos
|
85b106c461
|
OpenAI Question/Answer agent
|
2025-06-28 09:11:39 +03:00 |
|
Yiorgis Gozadinos
|
095d532a7a
|
QA LLM, Ollama implementation
|
2025-06-25 18:18:28 +03:00 |
|
Yiorgis Gozadinos
|
3c98f246b5
|
Merge pull request #2 from ggozad/feat/monitor
File monitoring support
|
2025-06-20 10:30:40 +02:00 |
|
Yiorgis Gozadinos
|
8132a44994
|
Use MONITOR_DIRECTORIES for a list of dirs to monitor
|
2025-06-20 09:04:07 +02:00 |
|
Yiorgis Gozadinos
|
943cf3c5e0
|
Rename EMBDEDDING->EMBEDDINGS in env vars
|
2025-06-19 17:44:42 +02:00 |
|
Yiorgis Gozadinos
|
ac5c60fecc
|
default sqlite when no path is given
|
2025-06-18 10:41:07 +02:00 |
|
Yiorgis Gozadinos
|
51723308ed
|
Introduce embedder factory
|
2025-06-18 08:26:11 +02:00 |
|
Yiorgis Gozadinos
|
4219cddea4
|
Ollama embeddings
|
2025-06-15 21:27:20 +02:00 |
|
Yiorgis Gozadinos
|
6c948a4afd
|
Chucker & tests
|
2025-06-15 21:08:06 +02:00 |
|