Releases
v1.7.0
Compare
Sorry, something went wrong.
No results found
1.7.0 (2025-05-05)
✨ Features
add EDB PG.AI Knowledge Base Vector Store Driver (6811596 )
add support for gpt-image-1 (#1921 ) (2a6f2a9 )
add support for username in RedisVectorStoreDriver and RedisConversationMemoryDriver (167dbc8 )
add UrlArtifact, ImageUrlArtifact (#1913 ) (366af16 ), closes #1359
drivers-embedding-nvidia-nim: add NvidiaNimEmbeddingDriver. (55b1771 )
drivers-embedding: add optional parameter vector_operation to methods in BaseEmbeddingDriver. (55b1771 )
drivers-prompt-openai: update default model for OpenAiChatPromptDriver and AzureOpenAiChatPromptDriver to gpt-4.1 (daa7ca4 )
drivers-prompt: add partial support for ImageUrlArtifact (04f9eb5 )
drivers-rerank-nvidia-nim: add NvidiaNimRerankDriver (b2a900a )
drivers-vector-store: pass parameter vector_operation to self.embedding_driver embed methods. (55b1771 )
🐛 Bug Fixes
add type annotation to kwargs to fix docs build (#1917 ) (e49ea76 )
deps: pin marshmallow <4 to avoid backwards incompatible changes (#1891 ) (521f22b )
drivers-prompt-amazon-bedrock: don't error when passing non-text artifacts as input (04d8de0 )
drivers-prompt-amazon-bedrock: support reasoning content (8d11365 )
drivers-prompt-openai: don't include user, seed if not set (#1910 ) (8d497c5 )
drivers-vector-pgvector: fix behavior of default count parameter (#1905 ) (e3d9f73 )
drivers-vector-store-astradb: pass correct client parameters (#1907 ) (b961a1e )
implement pydantic model deserialization (#1877 ) (f7640f6 )
properly detect openai reasoning models (#1922 ) (f3944f5 )
remove from Message if is an empty array (95f22bb )
remove content from Message if content is an empty array (#1895 ) (95f22bb )
remove inapplicable errors reference from `import_optional_dep… (#1930 ) (0d049da )
remove inapplicable errors reference from import_optional_dependency docstring (#1929 ) (0d049da )
serialization: resolve BaseStructureRunDriver to allow for serialization (#1914 ) (3e9789e )
serialize StructureRunTool (#1925 ) (314c943 )
subtasks: handle non-string inputs during schema validation subtask (04d8de0 )
types: preserve type hints on @lazy _property decorator (#1836 ) (a008de7 )
📦 Dependencies
bump astrapy from 1.5.2 to 2.0.1 (#1881 ) (b607c47 )
bump duckduckgo-search from 7.5.2 to 8.0.0 (#1880 ) (a98fdf6 )
bump rich from 13.9.4 to 14.0.0 (#1884 ) (9dc0601 )
bump the production-dependencies group across 1 directory with 26 updates (#1919 ) (050396d )
bump the production-dependencies group with 7 updates (#1931 ) (325d17e )
📚 Documentation
You can’t perform that action at this time.