Vectors without a namespace #17

Closed
opened 2026-02-15 16:29:20 -05:00 by yindo · 3 comments
Owner

Originally created by @ayso-ai on GitHub (Aug 7, 2023).

VectorAdmin not pulling data from Pinecone for vectors without a namespace. Is that a known issue or am I missing something?

Originally created by @ayso-ai on GitHub (Aug 7, 2023). VectorAdmin not pulling data from Pinecone for vectors without a namespace. Is that a known issue or am I missing something?
yindo added the question label 2026-02-15 16:29:20 -05:00
yindo closed this issue 2026-02-15 16:29:20 -05:00
Author
Owner

@timothycarambat commented on GitHub (Aug 7, 2023):

It currently does not support non-namespaced vectors. This is something that can be supported, but likely will cause complications as the name in pinecone for "no namespace" is just "" which will cause issues on the DB side of handling this.

Are you just querying on a specific metadata across all your vectors instead of namespacing? Or is this specific to your use case?

@timothycarambat commented on GitHub (Aug 7, 2023): It currently does not support non-namespaced vectors. This is something that **can** be supported, but likely will cause complications as the name in pinecone for "no namespace" is just `""` which will cause issues on the DB side of handling this. Are you just querying on a specific metadata across all your vectors instead of namespacing? Or is this specific to your use case?
Author
Owner

@ayso-ai commented on GitHub (Aug 7, 2023):

I'm using Flowise to upsert documents to Pinecone and it looks like it does
so without using namespaces. Not sure about a workaround here...

On Mon, Aug 7, 2023 at 1:24 PM Timothy Carambat @.***>
wrote:

It currently does not support non-namespaced vectors. This is something
that can be supported, but likely will cause complications as the name
in pinecone for "no namespace" is just "" which will cause issues on the
DB side of handling this.

Are you just querying on a specific metadata across all your vectors
instead of namespacing? Or is this specific to your use case?


Reply to this email directly, view it on GitHub
https://github.com/Mintplex-Labs/vector-admin/issues/27#issuecomment-1668522303,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/BBOKJYZEEIHWWPE4K3DDBALXUFFILANCNFSM6AAAAAA3GNAQIQ
.
You are receiving this because you authored the thread.Message ID:
@.***>

@ayso-ai commented on GitHub (Aug 7, 2023): I'm using Flowise to upsert documents to Pinecone and it looks like it does so without using namespaces. Not sure about a workaround here... On Mon, Aug 7, 2023 at 1:24 PM Timothy Carambat ***@***.***> wrote: > It currently does not support non-namespaced vectors. This is something > that *can* be supported, but likely will cause complications as the name > in pinecone for "no namespace" is just "" which will cause issues on the > DB side of handling this. > > Are you just querying on a specific metadata across all your vectors > instead of namespacing? Or is this specific to your use case? > > — > Reply to this email directly, view it on GitHub > <https://github.com/Mintplex-Labs/vector-admin/issues/27#issuecomment-1668522303>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/BBOKJYZEEIHWWPE4K3DDBALXUFFILANCNFSM6AAAAAA3GNAQIQ> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@timothycarambat commented on GitHub (Aug 8, 2023):

It's good practice to partition the data into namespaces. Flowise does support this! You just need to define it so it is used during execution.

Screen Shot 2023-08-08 at 1 03 36 PM Screen Shot 2023-08-08 at 1 03 41 PM
@timothycarambat commented on GitHub (Aug 8, 2023): It's good practice to partition the data into namespaces. Flowise does support this! You just need to define it so it is used during execution. <img width="449" alt="Screen Shot 2023-08-08 at 1 03 36 PM" src="https://github.com/Mintplex-Labs/vector-admin/assets/16845892/c6c9dead-300a-4a79-90bc-193c2d2c9904"> <img width="691" alt="Screen Shot 2023-08-08 at 1 03 41 PM" src="https://github.com/Mintplex-Labs/vector-admin/assets/16845892/949f4193-05ba-42a1-91b2-1862b025509c">
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#17