Can't connect to Google Vertex
Hi @Cobyboss, I think there is a bug with the multimodal models and the Vertex header. Can you try using “X-Palm-Api-Key” instead? headers = { "X-Palm-Api-Key": vertex_key, }
View ArticleIncreased processing time on Weaviate v3 to v4 migration
The process we mainly use consists of doing this with ProcessPoolExecutor(mp_context=mp.get_context("spawn")) as executor: for post in collection.iterator(include_vector=False, after=cursor,...
View ArticleCan't connect to Google Vertex
Should I use Google Palm too or can I just use that header with the same vertex_key?
View Article'text2vec-transformers': invalid combination of properties"
hi @vk_Cheung !! Welcome to our community The problem here is that you have nothing to vectorize. You don’t vectorize the collection name nor the property name. and the only property you have is an...
View ArticleThe latest version support for AWS product
Awesome! ETA for this feature is hopefully this week or mid next week. Thanks for choosing Weaviate!
View ArticleWeaviate Upgrade Impact Assessment
That’s awesome @Matthew_Leung !! Thanks for choosing Weaviate
View Article'text2vec-transformers': invalid combination of properties"
Thanks @DudaNogueira. I change the value of vectorizer_config, and it work for me. weaviate_client.collections.create( name=index_name, properties=[ wvc.config.Property(name='j_key',...
View ArticleGetting “nested query: nested clause at pos 1: invalid search term, only...
Description Getting “nested query: nested clause at pos 1: invalid search term, only stopwords provided. Stopwords can be configured in class.invertedIndexConfig.stopwords” when conditional filter has...
View ArticleFilter by date field, JS
Description Getting the next error while trying to filter the collection on date type field Error: Query call with protocol gRPC failed with message: /weaviate.v1.Weaviate/Search UNKNOWN: unknown...
View ArticleSearch by numbers (RAG)
Description Hello, everybody. Currently I’m trying to find a way to search records by numbers. For example: Records are represented as strings ( e.g.:" Report for Transaction ID 777: Amount: 6.50 USD...
View ArticleUnable to fully comprehend the computed score
Description I have a collection which is declared as follows: wv_client.collections.create( name=wv_artcollname, description="A collection of Articles with only a custom list of stopwords",...
View ArticleTo deploy weaviate as a cluster with replication, what deployment models do...
Description To deploy weaviate as a cluster with replication, what deployment models do we have? Docker Embedded model is there anything like a local installation - typically as one would install...
View ArticleBy when we would have a production grade embedded model for local serve?r...
Description When can we expect to have a production-grade embedded model ready for local deployment?
View ArticleIndexing, Ingestion
When I’m ingesting a csv data into weaviate, the blank entries are indexed as “nan”…Do we have a solution for this?
View ArticleAn object is somehow only visible in the REST API but not via GraphQL
Description I saw an error in production where a vector was not found: explorer: get class: concurrentTargetVectorSearch): explorer: get class: vectorize search vector: nearObject params: vector not...
View ArticleHybrid query with rerank, get context deadline exceeded ERROr
Description When I use hybrid query with rerank, and will get a error of context deadline exceeded. But if I use near_text or bm25 query with rerank, it work fine . My code is as follow collection =...
View ArticleGetting “nested query: nested clause at pos 1: invalid search term, only...
hi @junbetterway !! Long time no see I was not able to reproduce this on 1.26.1 nor on 1.23.7 Please, check if my code is what you are doing: client.collections.delete("Test") collection =...
View ArticleSearch by numbers (RAG)
hi @Nazarii_Zabolotnyi !! The results will depend mostly on how you index the data, and what/how are you searching for it. So for example, by default, a text field will have a word tokenization (more...
View ArticleFilter by date field, JS
hi @Viktar !! Welcome to our community I believe this is the same case of: Total_count not working with filters on date values Support hi @longspearfish !! Welcome to our community! This is a bug in...
View ArticleUnable to fully comprehend the computed score
cia @rjalex !! Awesome question! Thanks! I noticed that articletitle is also tokenized as word, so “attentato” has 3 hits. Two in prose, and one in articletitle. the other object has “2.3” hits (1.3...
View Article