Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: anaconda/anaconda-ai

Tags

v0.5.0rc8

Toggle v0.5.0rc8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
don't wait (#84)

v0.5.0rc7

Toggle v0.5.0rc7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1…

…5.0 (#81)

Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com>
Co-authored-by: Albert DeFusco <[email protected]>

v0.5.0rc6

Toggle v0.5.0rc6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[feature] new backends (#79)

* backends

* fix --at

* need .online

* configure cli

* update dev env

* typing fixes

* bad inits

* refine rm/detach

* server by name is considered matched

* delete on stop

* unnecessary union

* readme

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[chore] support tool calling (#59)

* allow --jinja flag

* docs

* correct handling of is_function_calling

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
llama-index embedding (#58)

* llama-index embedding

* mypy overrides

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ALI-1427 handle windows ai nav config path (#54)

* handle windows ai nav config path

* separate windows logic

* revert separation of platform logic

* pin click to <8.2 to fix python 3.10+ errors

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Vectordb methods (#51)

* list-tables, create-table, drop-table

* raise_for_status clean up

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[chore] config, cli, params refimenent (#31)

* refine cli, config, and param support

* switch integrations to modelFileName

* refresh notebooks

* download success

* timeout the download start delay

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
parse tensor-split as list of numbers (#27)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[feat] improve parameter support in integrations (#26)

* langchain: parameter support

* server params with litellm

* llama-index

* drop params from notebook

* panel kwargs

* fix litellm + dspy

* server options for llm

* mypy ignores

* two more