-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add: Pinecone integration #2395
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Left few comments, rest all looks good.
mem0/vector_stores/pinecone.py
Outdated
environment: Optional[str] = None, | ||
serverless_config: Optional[Dict[str, Any]] = None, | ||
pod_config: Optional[Dict[str, Any]] = None, | ||
hybrid_search: bool = False, |
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.
Please don't hardcode the values here instead take the default values from the config.
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.
Have updated the file.
@Dev-Khant The tests for |
Hey @parshvadaftari Thanks for the contribution!! |
Description
This PR includes the integration for Pinecone.
Fixes #2385
Type of change
How Has This Been Tested?
Have added test script for the pinecone.
Checklist:
Maintainer Checklist