-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(new provider): Adding OCI 26ai Vector Support #4411
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
base: main
Are you sure you want to change the base?
Conversation
| @@ -0,0 +1,342 @@ | |||
| { | |||
| "cells": [ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a notebook for this? Can't we jsut put this in the regular docs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@franciscojavierarceo we've been chatting with @omaryashraf5 about this a bit, notebooks aren't necessarily needed but are much nicer to follow as a guarantee of correct setup than a document. I'd be curious to hear your thoughts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I would say that a broader notebook should be fine but vector stores behave approximately equivalently for all providers so we wouldn't need one specific to OCI 26ai, but we could have specific documentation to outline important implementation details.
|
This pull request has merge conflicts that must be resolved before it can be merged. @rriley99-oci please rebase it. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork |
What does this PR do?
This is a draft so I can ask some questions for now. I will remove "DRAFT" when its ready for review.
Test Plan