This release adds 1 notable feature for engineering teams evaluating rollout.
Published 1d
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agents
ai
ai-agents
application
chatbots
chatgpt
+7 more
genai
llm
long-term-memory
memory
memory-management
python
state-management
Summary
AI summaryAdds Oracle AI Vector Search provider with connection pooling and multiple index options.
Full changelog
New Features:
- Vector Stores: Add an Oracle AI Vector Search provider (
oracledb) with connection pooling,HNSW/IVFindexes, JSON metadata filtering, and six selectable distance metrics (#5358)
Bug Fixes:
- Vector Stores: Translate a
"*"filter value in OpenSearch into anexistsquery for every key, not just identity keys. It was previously ignored or matched literally against the string"*", so a wildcard filter returned nothing (#6522) - Vector Stores: Re-raise errors from OpenSearch
search()instead of returning[], so a transport, auth, or index misconfiguration surfaces instead of looking like zero matches.keyword_search()still degrades on failure, since it is a best-effort BM25 signal (#6519) - Vector Stores: Guard the
textfield in Milvusupdate()behind the_has_bm25_schemacheck, matchinginsert(), so updating a memory in a collection without the BM25text/sparseschema no longer fails (#5705)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]