-
Notifications
You must be signed in to change notification settings - Fork 22
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: added possibility of utilising namespaces #322
base: main
Are you sure you want to change the base?
Conversation
Bumped version
Removed test that would not work
I thought we already had support for namespaces? What does this PR solve? |
We did have it yes, but we never used it from platform perspective, only relying on default namespace behaviour so I wanted to add a test before we put this up in production as a feature (alongside minor refactors I did). Turns out my test fails, so I wonder about the functionality as a whole, trying to find if I was the problem or our upsert. |
Added passing test verifying that namespaces work correctly. Plus minor refactor in the upsert function and modified descriptions. |
Per request enabled the possibility of utilisng namespace in pinecone connector