mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-21 08:25:23 -04:00
Vectors without a namespace #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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?
@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:
@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.