Adding Oracle Database Vector Store Connector#327
Adding Oracle Database Vector Store Connector#327johnoliver merged 85 commits intomicrosoft:mainfrom
Conversation
|
Still seeing failures. I recommend running the same ./mvnw command as is listed in the GH Action locally: Error: Medium: A prepared statement is generated from a nonconstant String in com.microsoft.semantickernel.data.jdbc.oracle.OracleVectorStoreQueryProvider.search(String, List, VectorSearchOptions, VectorStoreRecordDefinition, VectorStoreRecordMapper) [com.microsoft.semantickernel.data.jdbc.oracle.OracleVectorStoreQueryProvider] At OracleVectorStoreQueryProvider.java:[line 470] SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING |
Fixed errors returned by CI on JDK8
|
Hi @karianna @johnoliver if you can please take a look we'd appreciate. Thanks |
|
Error: Failures: |
...c/main/java/com/microsoft/semantickernel/data/jdbc/oracle/OracleVectorStoreRecordMapper.java
Outdated
Show resolved
Hide resolved
samples/semantickernel-concepts/semantickernel-syntax-examples/pom.xml
Outdated
Show resolved
Hide resolved
samples/semantickernel-concepts/semantickernel-syntax-examples/pom.xml
Outdated
Show resolved
Hide resolved
samples/semantickernel-concepts/semantickernel-syntax-examples/pom.xml
Outdated
Show resolved
Hide resolved
…/pom.xml Co-authored-by: John Oliver <1615532+johnoliver@users.noreply.github.com>
…/pom.xml Co-authored-by: John Oliver <1615532+johnoliver@users.noreply.github.com>
Co-authored-by: John Oliver <1615532+johnoliver@users.noreply.github.com>
Co-authored-by: John Oliver <1615532+johnoliver@users.noreply.github.com>
Co-authored-by: John Oliver <1615532+johnoliver@users.noreply.github.com>
…/pom.xml Co-authored-by: John Oliver <1615532+johnoliver@users.noreply.github.com>
* integration tests * Added oracle module to BOM
* integration tests * Added oracle module to BOM * Disable spotless for oracle store and result of spotless apply
Fix packaging to include utils in the API
Motivation and Context
Addressing #321
Description
We added the Oracle implementation. Following the similar approach of other vendors.
Contribution Checklist