learning_ai_common_plat/services/extraction-service
saravanakumardb1 da9ca9dc1a feat(extraction-service): add Ollama local model eval config and compare script
- Add evals/promptfoo.ollama.yaml: same 19 cases hitting Ollama OpenAI-compat
  API directly (no extraction-service needed); all assertions use inline
  JSON.parse(output) to handle raw string response from Ollama
- Add evals/compare-evals.sh: runs Gemini + Ollama evals back-to-back and
  prints side-by-side pass-rate comparison table
- Supports OLLAMA_MODEL env var (default: llama3.1:8b)
2026-02-19 12:19:24 -08:00
..
evals feat(extraction-service): add Ollama local model eval config and compare script 2026-02-19 12:19:24 -08:00
python feat(extraction): Phase 6 advanced features (6.1-6.8) 2026-02-14 14:08:02 -08:00
src test(platform-service): add repository tests for notifications, plans, subscriptions, usage, tokens, memory + fix extraction-service flaky test 2026-02-16 11:59:06 -08:00
.env.example feat(extraction): scaffold extraction-service + @bytelyst/extraction package 2026-02-14 13:31:40 -08:00
Dockerfile fix(extraction-service): run python sidecar on railway 2026-02-17 11:32:40 -08:00
package.json feat(extraction): scaffold extraction-service + @bytelyst/extraction package 2026-02-14 13:31:40 -08:00
supervisord.conf fix(extraction-service): run python sidecar on railway 2026-02-17 11:32:40 -08:00
tsconfig.json feat(extraction): scaffold extraction-service + @bytelyst/extraction package 2026-02-14 13:31:40 -08:00