Oracledb java connector updates#294
Conversation
…efinition in the oracle-connector md file.
|
Learn Build status updates of commit f289898: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
|
Learn Build status updates of commit c71512c: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
|
Learn Build status updates of commit 04dc203:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| semantic-kernel/concepts/vector-store-connectors/out-of-the-box-connectors/oracle-connector.md | Details |
semantic-kernel/concepts/vector-store-connectors/out-of-the-box-connectors/oracle-connector.md
- Line 53, Column 1: [Warning: merge-conflict - See documentation]
File contains merge conflict markers. - Line 56, Column 3: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 'Vector data searches require Oracle Database 23ai or higher. All other Oracle connector features are available using Oracle Database 19c or higher.') are not allowed. You can only have one top-level heading. - Line 83, Column 1: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 '<<<<<<< HEAD
| Feature Area | Support |
| ------------- |:-------------:|
|Supported filter clauses|<ul><li>AnyTagEqualTo</li><li>EqualTo</li></ul>|
|Collection maps to|SQL database table|
|Supported key property types|<ul><li>short/Short</li><li>int/Integer</li><li>long/Long</li><li>String</li><li>UUID</li></ul>|
|Supported data property types|<ul><li>byte/Byte</li><li>short/Short</li><li>int/Integer</li><li>long/Long</li><li>float/Float</li><li>double/Double</li><li>decimal/Decimal</li><li>DateTime</li><li>OffsetDataTime</li><li>Timestamp</li><li>String</li><li>UUID</li><li>List<of all above types></li></ul>|
|Supported vector property types|<ul><li>String</li><li>Collection<Float></li><li>List<Float></li><li>Float[]</li><li>float[]</li></ul>|
|Supported index types|<ul><li>HNSW</li><li>IVF</li></ul>|
|Supported distance functions|<ul><li>DOT_PRODUCT</li><li>COSINE_SIMILARITY</li><li>COSINE_DISTANCE</li><li>EUCLIDEAN_DISTANCE</li></ul>|
|Supports multiple vectors in a record|Yes|
|IsIndexed support?|Yes|
|IsFullTextSearchable supported?| No|
|StoragePropertyName supported?|No, use instead|
|HybridSearch supported?|No|') are not allowed. You can only have one top-level heading.
- Line 89, Column 273: [Warning: disallowed-html-tag - See documentation]
HTML tag 'of' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 90, Column 68: [Warning: disallowed-html-tag - See documentation]
HTML tag 'Float' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 90, Column 88: [Warning: disallowed-html-tag - See documentation]
HTML tag 'Float' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 281, Column 1: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 '<<<<<<< HEAD
The Oracle Database Vector Store connector provides a default mapper when mapping data from the data model to storage. This mapper does a direct conversion of the data model properties list to the Oracle database columns to convert to the storage schema.') are not allowed. You can only have one top-level heading.
- Line 421, Column 7: [Warning: disallowed-html-tag - See documentation]
HTML tag 'T' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 428, Column 13: [Warning: disallowed-html-tag - See documentation]
HTML tag 'Float' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 429, Column 7: [Warning: disallowed-html-tag - See documentation]
HTML tag 'Float' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
Learn Build status updates of commit 5fc0b97:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| semantic-kernel/concepts/vector-store-connectors/out-of-the-box-connectors/oracle-connector.md | Details |
semantic-kernel/concepts/vector-store-connectors/out-of-the-box-connectors/oracle-connector.md
- Line 67, Column 273: [Warning: disallowed-html-tag - See documentation]
HTML tag 'of' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 68, Column 68: [Warning: disallowed-html-tag - See documentation]
HTML tag 'Float' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 68, Column 88: [Warning: disallowed-html-tag - See documentation]
HTML tag 'Float' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 394, Column 7: [Warning: disallowed-html-tag - See documentation]
HTML tag 'T' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 401, Column 13: [Warning: disallowed-html-tag - See documentation]
HTML tag 'Float' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder. - Line 402, Column 7: [Warning: disallowed-html-tag - See documentation]
HTML tag 'Float' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
Learn Build status updates of commit 14a379b: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 7a2b8aa: ✅ Validation status: passed
For more details, please refer to the build report. |
Update .NET info in oracle-connector.md
|
Learn Build status updates of commit 9c3d6d1: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@westey-m We've added the Oracle Java Semantic Kernel doc and a few minor updates to the Oracle C# doc. Please review and approve. |
Updated oracle-connector Markdown file for adding Oracle Java connector information.