Skip to content

Commit

Permalink
docs: changelog v2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Feb 20, 2024
1 parent 3e2b677 commit 06dd945
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions documentation/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,98 @@ Changelog
=========


v2.2.0 (2024-02-20)
-------------------

🚀 Features / Enhancements
^^^^^^^^^^^^^^^^^^^^^^^^^
- feat(llama-index): add embeddings `#(316) <https://github.com/IBM/ibm-generative-ai/pull/316>`_ [`@David-Kristek <https://github.com/David-Kristek>`_]


🐛 Bug Fixes
^^^^^^^^^^^
- fix: improve http error handling `#(320) <https://github.com/IBM/ibm-generative-ai/pull/320>`_ [`@Tomas2D <https://github.com/Tomas2D>`_]
- fix: allow the remaining limit to have a negative value `#(317) <https://github.com/IBM/ibm-generative-ai/pull/317>`_ [`@Tomas2D <https://github.com/Tomas2D>`_]
- fix: correct typo in url `#(310) <https://github.com/IBM/ibm-generative-ai/pull/310>`_ [SOTAkkkk]

📖 Docs
^^^^^^
- docs: add simple text generation example `#(323) <https://github.com/IBM/ibm-generative-ai/pull/323>`_ [`@Tomas2D <https://github.com/Tomas2D>`_]

⚙️ Other
^^^^^^^^
- chore: fixes and updates `#(318) <https://github.com/IBM/ibm-generative-ai/pull/318>`_ [`@Tomas2D <https://github.com/Tomas2D>`_]
- typo: fix bam api url in documentation `#(319) <https://github.com/IBM/ibm-generative-ai/pull/319>`_ [Aditya Gupta]
- docs(langchain): add langchain sql agent example `#(314) <https://github.com/IBM/ibm-generative-ai/pull/314>`_ [`@Tomas2D <https://github.com/Tomas2D>`_]
- chore: less strict typings `#(315) <https://github.com/IBM/ibm-generative-ai/pull/315>`_ [`@David-Kristek <https://github.com/David-Kristek>`_]
- chore: improve types generation `#(312) <https://github.com/IBM/ibm-generative-ai/pull/312>`_ [`@Tomas2D <https://github.com/Tomas2D>`_]

**Full Changelog**: `v2.1.1...v2.2.0 <https://github.com/IBM/ibm-generative-ai/compare/v2.1.1...v2.2.0>`_


🔗 API Endpoint Versions
^^^^^^^^^^^^^^^^^^^^^^^^

.. collapse:: API Endpoint Versions

======== ================================== ======================
Method Path Version (YYYY-MM-DD)
======== ================================== ======================
GET /v2/api_key 2023-11-22
POST /v2/api_key/regenerate 2023-11-22
GET /v2/files 2023-12-15
POST /v2/files 2023-12-15
DELETE /v2/files/{id} 2023-11-22
GET /v2/files/{id} 2023-12-15
GET /v2/files/{id}/content 2023-11-22
GET /v2/models 2023-11-22
GET /v2/models/{id} 2024-01-30
GET /v2/prompts 2024-01-10
POST /v2/prompts 2024-01-10
DELETE /v2/prompts/{id} 2023-11-22
GET /v2/prompts/{id} 2024-01-10
PATCH /v2/prompts/{id} 2024-01-10
PUT /v2/prompts/{id} 2024-01-10
GET /v2/requests 2023-11-22
DELETE /v2/requests/chat/{conversationId} 2023-11-22
GET /v2/requests/chat/{conversationId} 2023-11-22
DELETE /v2/requests/{id} 2023-11-22
GET /v2/system_prompts 2023-11-22
POST /v2/system_prompts 2023-11-22
DELETE /v2/system_prompts/{id} 2023-11-22
GET /v2/system_prompts/{id} 2023-11-22
PUT /v2/system_prompts/{id} 2023-11-22
GET /v2/tasks 2023-11-22
POST /v2/text/chat 2024-01-10
POST /v2/text/chat/output 2024-01-10
POST /v2/text/chat_stream 2024-01-10
POST /v2/text/embeddings 2023-11-22
GET /v2/text/embeddings/limits 2023-11-22
GET /v2/text/extraction/limits 2023-11-22
POST /v2/text/generation 2024-01-10
POST /v2/text/generation/comparison 2023-11-22
GET /v2/text/generation/limits 2023-11-22
POST /v2/text/generation/output 2023-11-22
GET /v2/text/generation/{id}/feedback 2023-11-22
POST /v2/text/generation/{id}/feedback 2023-11-22
PUT /v2/text/generation/{id}/feedback 2023-11-22
POST /v2/text/generation_stream 2024-01-10
POST /v2/text/moderations 2023-11-22
POST /v2/text/tokenization 2024-01-10
GET /v2/tunes 2023-11-22
POST /v2/tunes 2023-11-22
POST /v2/tunes/import 2023-11-22
DELETE /v2/tunes/{id} 2023-11-22
GET /v2/tunes/{id} 2023-11-22
PATCH /v2/tunes/{id} 2023-11-22
GET /v2/tunes/{id}/content/{type} 2023-12-15
GET /v2/tuning_types 2024-01-30
DELETE /v2/user 2023-11-22
GET /v2/user 2023-11-22
PATCH /v2/user 2023-11-22
POST /v2/user 2023-11-22
======== ================================== ======================

v2.1.1 (2024-02-02)
-------------------

Expand Down

0 comments on commit 06dd945

Please sign in to comment.