Explore Improving Namespace UX #1518
collindutter
started this conversation in
General
Replies: 1 comment
-
|
I shoot myself in the foot with this all the time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Vector Store Drivers require a
namespacefield when upserting and querying. There are a few issues with this:PineconeVectorStoreDriveruses Pinecone namespaces whileQdrantVectorStoreDriverseemingly doesn't use it at all (TIL??).Describe the solution you'd like
I'd like to take another pass over Vector Store Drivers and evaluate the use of namespaces to see if there are improvements we can make.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions