This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
Releases: instill-ai/connector
Releases · instill-ai/connector
v0.14.0-beta
v0.13.0-beta
v0.12.0-beta
v0.11.0-beta
0.11.0-beta (2024-01-30)
Features
- accept videos in Archetype upload task (#115) (9b6fdb7)
- add Archetype AI connector (#113) (d12b6f8)
- add task title and description (#116) (7688b0f)
- numbers: use only Capture registration API to streamline the process (#117) (f6d6896)
- openai: update OpenAI schema to support latest models (#121) (7b64a70)
- redis: update task name (#120) (48fa414)
v0.10.0-beta
0.10.0-beta (2024-01-15)
Features
- add end-user messages to HTTP errors (#92) (d597648)
- Extend Pinecone tasks with namespace and threshold (#106) (17c1fc8)
- instill: adopt latest Instill Model task format (#95) (84778a7)
- instill: enforces chat_history order pattern (#99) (9bc4048)
- instill: generate enumeration for
model_name
automatically (#100) (dabfc19) - instill: mark
prompt_images
as required in TASK_VISUAL_QUESTION_ANSWERING (#110) (b0c21bf) - instill: unify the chat_history format across different LLM tasks (#96) (b09e7dd)
- instill: use grpc client for all request (#108) (548a78d)
- restapi: inject the
output_body_schema
into component OpenAPI schema (#101) (bd68d14) - restapi: remove base_url in restapi connector (#102) (34d1a20)
- website: add
https
protocol to the url automatically (#97) (62eb7e2)
Bug Fixes
- googlesearch,website: fix potential memory leak by disabling http keep-alive (#103) (7613561)
- instill: accumulate the pagination when getting models (#112) (cd077b0)
- instill: fix wrong required field in json-schema (#98) (2d04474)
- stabilityai: add the missing datauri prefix in image-to-image task (#105) (e89f7ec)
v0.9.0-beta
v0.8.1-beta
v0.8.0-beta
v0.7.0-alpha
0.7.0-alpha (2023-11-28)
Features
- openai: support text to speech task (#52) (7c3caf7)
- redis,openai: support redis as LLM chat memory store (#53) (bf5dea7)
- redis: add SSL/TLS support for Redis (#62) (450b60d)
- restapi: add REST API connector (#54) (a795462)
- website,googlesearch: add website connector and improve webpage text parsing (#64) (879904f)
Bug Fixes
v0.6.0-alpha
0.6.0-alpha (2023-11-11)
Features
- ai-openai: support OpenAI gpt-4-turbo and dall-e-3 (#43) (38c451e)
- google-search: support google search connector (#41) (950510e)