I’m using Weaviate Cloud with a collection that has several named vectors all set to vectorizer = none as I generate and upload embeddings myself.
When I try to use the Python QueryAgent, I get:
Exception: {“error”:{“message”:“No named vectors found for the collection ListingItemDev, but target_vector [‘augmented_listing’] was provided.”,“code”:“WEAVIATE_NAMED_VECTOR_ERROR”,“details”:{“collection_name”:“ListingItemDev”,“collection_vectors”:,“target_vectors”:[“augmented_listing”]}}}
There are certainly named vectors, just none with vectorizers specified. Any ways round this or plans to support BYO in future?
Thanks