Quantcast
Channel: Weaviate Community Forum - Latest posts
Browsing all 3588 articles
Browse latest View live

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 Article


Increased 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 Article


Can'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

Image may be NSFW.
Clik here to view.

'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 Article

The latest version support for AWS product

Awesome! ETA for this feature is hopefully this week or mid next week. Thanks for choosing Weaviate!

View Article


Image may be NSFW.
Clik here to view.

Weaviate 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 Article

Getting “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 Article


Filter 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 Article


Search 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 Article

Unable 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 Article

To 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 Article

By 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 Article


Indexing, 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 Article

An 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 Article


Hybrid 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 Article

Image may be NSFW.
Clik here to view.

Getting “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 Article


Image may be NSFW.
Clik here to view.

Search 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 Article

Image may be NSFW.
Clik here to view.

Filter 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 Article

Image may be NSFW.
Clik here to view.

Unable 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
Browsing all 3588 articles
Browse latest View live