-
Notifications
You must be signed in to change notification settings - Fork 44
Adding Oracle Database Vector Store Connector #327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]>
…/pom.xml Co-authored-by: John Oliver <[email protected]>
Co-authored-by: John Oliver <[email protected]>
Co-authored-by: John Oliver <[email protected]>
Co-authored-by: John Oliver <[email protected]>
…/pom.xml Co-authored-by: John Oliver <[email protected]>
* 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