-
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
fix(azure-cosmosdb): Add caches for Azure CosmosDB vCore [comments resolved] #7307
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.
Sorry about the delayed review!
Actually - would love to tag @sinedied for a second look! |
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 your contribution!
Could you restructuring the current file structure to:
- src/
- caches/
- nosql.ts
- mongodb.ts
The same could be done for the tests, so you could duplicate the existing test that exist for the NoSQL version to have one for the MongoDB version.
libs/langchain-azure-cosmosdb/src/tests/caches/caches_nosql.init.test.ts
Outdated
Show resolved
Hide resolved
libs/langchain-azure-cosmosdb/src/tests/caches/caches_nosql.init.test.ts
Outdated
Show resolved
Hide resolved
@jacoblee93 @sinedied comments and conflict resolved, also add test for mongo cache. Could you help review and approve this PR? Thanks a lot |
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.
Thank you!
Fixes # (issue)