-
release/ai-service/0.9.0
Changelog for the version Feature and Enhancement - feat(wren-ai-service): refactored API Endpoints into Independent Routers (#747) - feat(wren-ai-service): remove relation columns before generating semantics description and error code enhancement (#767) - feat(wren-ai-service): spider metrics in evaluation (#761) Fixes and Chores - chore(wren-ai-service): refine sql generation (#784) - chore(wren-ai-service): Using OpenAI API Structured Output (#731) - chore(wren-ai-service): update eval (#766) - chore(wren-ai-service): fix security issue (#762)
-
release/ai-service/0.8.20
Changelog for the version Feature and Enhancement - feat(wren-ai-service): update the web endpoint format for semantics description (#737) Fixes and Chores - chore(wren-ai-service): revert "Upgrade AI Service version to 0.13.1" (#743) - chore(wren-ai-service): minor updates (#740) - chore(wren-ai-service): manual running pytest to validate auth issue from forked repo (#734)
-
release/ai-service/0.8.19
Changelog for the version Feature and Enhancement - feat(wren-ai-service): relationships recommendation pipeline to produce the relationships for users easily establish (#723) - feat(wren-ai-service): semantics description pipeline to generate or optimize the user description (#716) Fixes and Chores - chore(wren-ai-service): add codebase introduction docs (#715) - chore(wren-ai-service): minor updates (#721)
-
release/ai-service/0.8.18
Changelog for the version Feature and Enhancement - feat(wren-ai-service): support multi compnents(llm, embedder, engine, document store) configuration (#682) Fixes and Chores - chore(wren-ai-service): sql2answer-minor-update (#691) - chore(wren-ai-service): add RELEASE filter to langfuse data analysis notebook (#687) - chore(wren-ai-service): update ask api (#684)
-
release/ai-service/0.8.17
Changelog for the version Fixes and Chores - fix(wren-ai-service): fix no database schema in prompt issue (#685) - chore(wren-ai-service): minor updates (#681)
-
release/ai-service/0.8.16
Changelog for the version Fixes and Chores - chore(wren-ai-service): minor updates (#680)
-
release/ai-service/0.8.15
Changelog for the version Feature and Enhancement - feat(wren-ai-service): sql-expansion (#667) Fixes and Chores - chore(wren-ai-service): minor updates (#673) - chore(wren-ai-service): fix bugs (#672)
-
release/ai-service/0.8.14
Changelog for the version Feature and Enhancement - feat(wren-ai-service): add historical queries in view chunk for follow-up question (#666) - feat(wren-ai-service): sql-answer-pipeline (#631) - feat(wren-ai-service): Support TTL for query cache (#661) - feat(wren-ai-service): update the system prompt for table columns selection to provide clear instructions and expected JSON format. (#658) Fixes and Chores - chore(wren-ai-service): fix ollama loading local model (#668) - chore(wren-ai-service): refine retrieval in follow-up question (#663) - chore(wren-ai-service): add LLM_TIMEOUT, EMBEDDER_TIMEOUT (#660) - chore(wren-ai-service): fix generation eval (#656)