We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7681b0e commit 9ed8312Copy full SHA for 9ed8312
CHANGELOG.md
@@ -5,6 +5,9 @@
5
- Added convenience method `FunctionInvocation.withResultTypeAutoConversion` which sets the return type and registers a
6
type converter based on Jackson for the return type.
7
- Added localization support for error/debug messages
8
+- Add vector search to experimental vector stores.
9
+ - Approximate vector search for Azure AI Search, Redis and JDBC with Postgres.
10
+ - Exhaustive vector search for VolatileVectorStore and default JDBC query provider, MySQL and SQLite.
11
12
### Bug Fixes
13
0 commit comments