-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Oraclevs integration #7333
base: main
Are you sure you want to change the base?
Oraclevs integration #7333
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
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.
Thanks for the PR, and sorry for the delay!
Seems like a lot of unneeded changes - please revert them and I can give this a proper look
@@ -17,4 +17,4 @@ supportedArchitectures: | |||
- darwin | |||
- linux | |||
|
|||
yarnPath: .yarn/releases/yarn-3.5.1.cjs | |||
yarnPath: ./.yarn/releases/yarn-3.5.1.cjs |
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.
Can you revert this?
@@ -45,11 +45,8 @@ | |||
"@swc/jest": "^0.2.29", | |||
"@tsconfig/recommended": "^1.0.3", | |||
"@types/uuid": "^9", | |||
"@typescript-eslint/eslint-plugin": "^6.12.0", |
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.
Revert these dep changes
Description
This transaction integrates Oracle Vector Search with LangChain.js. The integration enables the use of Oracle's advanced vector search capabilities within the LangChain.js framework. The changes are in oraclevs_integration branch.
Key Features
Fixes
Fixes # (issue)
Testing
Request
Kindly review the changes and provide feedback. Please let @skmishraoracle know if there are any issues or areas that need improvement.