3.3.0 (2026-01-31)
- deps: update dependency langchain-chroma to v1.1.0 (4512ef2)
- deps: update dependency langchain-chroma to v1.1.0 (7aba6cb)
- deps: update dependency peewee to v3.19.0 (2ab6a9a)
- deps: update dependency peewee to v3.19.0 (fff2855)
- deps: update dependency pytubefix to v10 (b358020)
- deps: update dependency pytubefix to v10 (659baa8)
- deps: update dependency streamlit to v1.53.1 (0892d8c)
- deps: update dependency streamlit to v1.53.1 (f741a07)
- deps: update dependency youtube-transcript-api to v1.2.4 (#509) (9a734f8)
3.2.1 (2025-12-22)
- remove duplicate name assignment in ChatOllama initialization (0395161)
3.2.0 (2025-12-21)
- add ollama provider support (9bb0f15)
- add model name to ChatOllama initialization (775722e)
- correct API key check in display_model_settings_sidebar function (4bfb46c)
- don't display available models if no API key is set (15c5b9e)
- update context length retrieval for Ollama models and improve token counting logic in transcript summary (523c7ec)
- update mock_llm to include model name and restore transcript length exception test (74a1074)
3.1.0 (2025-11-18)
3.0.0 (2025-06-14)
- deps: update Chroma DB version
- handle KeyError in token encoding mapping with fallback (8c6111f)
- deps: update Chroma DB version (f7a75b1)
2.6.0 (2025-02-27)
- export: ref #267, add custom export functionality for answers related to specific video (4ff407e)
- library: #267, enable downloading of library entries as markdown files (2b0883e)
- ref #267, enable export of all library entries for a specific channel/video (5eb97c9)
- ui: unmatched f-string (08921a0)
2.5.0 (2024-11-03)
- library: enable filtering of answers by video (ecd30e5)
- library: enable filtering of summaries by channel (e00f81e)
- summary: invalid method call (d2ea52d)
- remove redundant method usages (ee8e163)
2.4.0 (2024-11-01)
2.3.1 (2024-09-05)
- introduce an env var to store models available to a user (df85861)
2.3.0 (2024-09-04)
- enable (advanced) transcription using whisper (1d679f7)
2.2.1 (2024-08-13)
- helpers: provide default value for model param in func for token counting (af395ba)
2.2.0 (2024-07-20)
- add gpt4o-mini, closes #86 (558bd3c)
- display only the models that are available to the user (c02c245)
2.1.0 (2024-06-30)
- ensure that the users query is embedded using the same model as the transcript (cbe81b8)