Quantcast
Channel: Weaviate Community Forum - Latest posts
↧

client.collections.get("CollectionName") sometimes returns None even though...

Hi, Thank you for the clarification. I apologize for the confusion in my previous message - I misstated the problem. The actual issue is NOT that client.collections.get() returns None. The real...

View Article


Messing up search results under parallel write operations!

hi @d_khlebokazov !! Let me know if I understood it correctly. You insert some objects with key_id = 123456. Then you do near_vector search, filtering by that key_id. You are then getting results from...

View Article


Collection Recreation Fails with 422: Class Already Exists – Need Help

Description I’m encountering a persistent UnexpectedStatusCodeError when trying to create a collection in Weaviate: ā€œnameā€: ā€œUnexpectedStatusCodeErrorā€, ā€œmessageā€: ā€œCollection may not have been...

View Article

Stopwords in filters cause errors, even when added to stopwords_removals

We have a weaviate collection that contains embedings in multiple languages, with metadata ā€˜langauge’ that we use to filter the values. The languages include: ā€œenā€, ā€œitā€ ā€œdeā€ etc… When creating the...

View Article

Image may be NSFW.
Clik here to view.

Messing up search results under parallel write operations!

Hello @DudaNogueira ! I inserted some object (some with key_id = ā€œ123456ā€ and some with others) Then I do near_vector search and expecting at top places found key_id = ā€œ123456ā€ because we used the...

View Article


Should founding node be able to rejoin cluster in multinode setup?

Hey @Dominik_Doberski, Thanks for reporting the issue. I’m curious—what value does CLUSTER_JOIN have for the node after it restarts? From the snippet you shared, it looks like CLUSTER_JOIN might be...

View Article

Image may be NSFW.
Clik here to view.

Cannot do keywords search for Chinese content in Python

hi @Carloszone !! Welcome to our community !! You are using a very old version, 1.25.3 I have run your code in a latest version 1.31.2 and I got no issues: Can you try changing the version to:...

View Article

Image may be NSFW.
Clik here to view.

[Question] Weaviate community edition on OpenShift

hi @vradhik ! While I have not used OpenShift specifically, it should work as expected with our oficial helm: weaviate.io Kubernetes | Weaviate For a tutorial on how to use minikube to deploy Weaviate...

View Article


Image may be NSFW.
Clik here to view.

Collection Recreation Fails with 422: Class Already Exists – Need Help

hi @Rupa !! Welcome to our community Do you see any error logs on server after you issue the delete collection command? Thanks!

View Article


Image may be NSFW.
Clik here to view.

Stopwords in filters cause errors, even when added to stopwords_removals

Hello @Sebastjan_Skrbinsek1, First of all, welcome to Weaviate! It’s lovely to have you here , and I’m looking forward to helping you. The behavior you’re seeing is due to Weaviate’s default stopword...

View Article

Weaviate Cluster Setup with Docker on Different Servers Failing

hi @Valiev_Javlon !! Welcome to our community and thanks for sharing!

View Article

Text2vec-ollama module ignores OLLAMA_API_ENDPOINT and defaults to localhost...

I’m encountering a persistent network issue when trying to use the text2vec-ollama module with a locally running Ollama instance, and I would be very grateful for some guidance. My Goal: To have a...

View Article

Has ContainsNone Operator been added

Description I saw this post on GitHub: Implements `ContainsNone` Operator by avirlrma Ā· Pull Request #4576 Ā· weaviate/weaviate Ā· GitHub Which seems to suggest that the ContainsNone operator has been...

View Article


Image may be NSFW.
Clik here to view.

Text2vec-ollama module ignores OLLAMA_API_ENDPOINT and defaults to localhost...

hi @Carloszone !! There isn’t this env var OLLAMA_API_ENDPOINT. We have an active GH issue on this topic: github.com/weaviate/weaviate Query-time text2vec-ollama module ignores custom endpoint and...

View Article

Has ContainsNone Operator been added

JP responded to this here: Slack the PR was closed without being merged This is my response: How can I press for this (or something similar) as a filter operator? This would allow a level of access...

View Article


Has ContainsNone Operator been added

hi @SomebodySysop !! Thanks for updating it here. We’ll poke and push this internally so it can be released as this is indeed a popular feature request!

View Article

Has ContainsNone Operator been added

Thank you! For anyone trying to implement any permissions-based access control to vectorized content (using the object properties), this would be a MUST HAVE feature.

View Article


Upgrading to V4 Client - Custom Connect

Description Hi I am trying to upgrade to the V4 client to communicate with my weaviate instance. My weaviate instance has an architecture built within AWS, at a high level, of API Gateway → EKS. With...

View Article

Upgrading to V4 Client - Custom Connect

Hi @JLiz2803 !! You need to make sure you have a working GRPC connection exposed in grpc_host at port grpc_port You can test this with grpcurl: # lets test our grpc connection āÆ wget...

View Article

[Question] Weaviate community edition on OpenShift

Thankyou @DudaNogueira . Will that be a custom installation and will it be charged as mentioned here weaviate community edition kubernetes cluster

View Article

Image may be NSFW.
Clik here to view.

Text2vec-ollama module ignores OLLAMA_API_ENDPOINT and defaults to localhost...

Carloszone: http://host.docker.internal:11434 Thank you @DudaNogueira You point out the key mistake in my setting. Now, I fixed the issue and I want to share the solution. [1] I delete the wrong item...

View Article


Image may be NSFW.
Clik here to view.

Upgrading to V4 Client - Custom Connect

DudaNogueira: GRPC connection exposed Thanks for your response, I did run the command, but it does not help too much as I already knew I could not access my grpc port. It looks like I have an older...

View Article


IP networking issues

My Weaviate instance is working from my local machine, but calls from Heroku return 401 Invalid username or password. I do NOT see any Network, Security, or Allowed IP settings in my instance...

View Article

Image may be NSFW.
Clik here to view.

Normalizing a vector when using weaviate with a text2vec-transformers

I am using weaviate 1.3.1 local via docker with a text2vec-transformers (multilingual-e5-large-inference) image as the backend embedder (see below for details) From this embedder I read: * The E5...

View Article

Weaviate performance unatable by vectordbbenchmark evaluate

Description I ran Weaviate locally using its binary distribution and employed the Vector Database Benchmark Tool (VectorDBBench) to evaluate performance. After loading data with the command:...

View Article


Image may be NSFW.
Clik here to view.

Messing up search results under parallel write operations!

Hello @DudaNogueira!! Are there any updates on this case? A little sum up on what I mean Search vector: key_id = "123456" vector = [...] # defenitelly correct To make things more clear I did visual...

View Article

Image may be NSFW.
Clik here to view.

IP networking issues

hi @spear !! Welcome to our community Can you share the exact error message you get from the client? Also, can you share the environment variables used on your Weaviate cluster? This seems like a...

View Article

Image may be NSFW.
Clik here to view.

Normalizing a vector when using weaviate with a text2vec-transformers

Ciao amico @rjalex !!! Long time no see! This is a hard one that I do not have the answer I will raise this to our team. Just to confirm, you referring to this endpoint here, right?...

View Article

Image may be NSFW.
Clik here to view.

Weaviate performance unatable by vectordbbenchmark evaluate

hi @hemist !! Welcome to our community I am not familiar with this tool ( VectorDBBench ) that I suppose is this one: github.com VectorDBBench/vectordb_bench/backend/clients/weaviate_cloud at main...

View Article



Text2vec-ollama module ignores OLLAMA_API_ENDPOINT and defaults to localhost...

Awesome! Thanks for sharing!

View Article

Image may be NSFW.
Clik here to view.

Normalizing a vector when using weaviate with a text2vec-transformers

Hi Duda, I was almost going to call you Saint Duda since you always help me a lot but then remembered that to be a Saint the prerequisite is that you should be dead Yes I am using the /vectors...

View Article

Image may be NSFW.
Clik here to view.

Generative tasks using Together AI endpoint (and via proxy)

Hello everyone, I’m working on a simple explanatory Jupyter Notebook for RAG that demonstrates using Weaviate as a vector database. My setup includes a straightforward connection using the Embedded...

View Article

How to specify which user (admin or read) is making calls in a weaviate client?

I’m following the doc on how to set up Authorization in Weaviate here My config: # docker compose: (env variables) .. environment: AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'false'...

View Article


Image may be NSFW.
Clik here to view.

How to specify which user (admin or read) is making calls in a weaviate client?

Hello @Othmane_Hamzaoui1, Authentication is done via the API key assigned to a specific user. Each key is linked to a user identity in your Weaviate configuration (e.g., admin or read-only), and when...

View Article

Sorting the property while fetching

Details here I was saving data in weaviate cloud and one of the property is created_at of date type. I want to fetch recent created_at files sorted in desc of limit 10. I am uing weaviate 3.6.2 in...

View Article

Image may be NSFW.
Clik here to view.

Text2vec-ollama module ignores OLLAMA_API_ENDPOINT and defaults to localhost...

Carloszone: udo nano /etc/systemd/system/ollama.service I missed a ā€œsā€ in the 3th step. [3] go to the service file: udo nano /etc/systemd/system/ollama.service should be: [3] go to the service file:...

View Article


Image may be NSFW.
Clik here to view.

Sorting the property while fetching

Hello @100_Jayanth_Vunnam, Welcome to the community — it’s great to have you with us! You can sort by metadata properties - see the example below: weaviate.io Additional operators | Weaviate Syntax If...

View Article


Cannot do keywords search for Chinese content in Python

Hi, @DudaNogueira! Could you have time to check this issue GSE.CutAll not work well for some Chinese text Ā· Issue #6115 Ā· weaviate/weaviate Ā· GitHub and pull request : Better tokenize the Chinese...

View Article

Messing up search results under parallel write operations!

@DudaNogueira Hello! A kind reminder that I am waiting any feedback on my questions:)

View Article

Image may be NSFW.
Clik here to view.

Generative tasks using Together AI endpoint (and via proxy)

hi @lucas.c !! Welcome to our community Here is how you can accomplish this at query level: query = collection.generate.near_text( query="What is this?",...

View Article

Generative tasks using Together AI endpoint (and via proxy)

Ah, @lucas.c ! By the way: If you want something to better manage your llm proxy, check out https://www.litellm.ai/ It can help you here.

View Article


Image may be NSFW.
Clik here to view.

TypeScript users: Type Behavior change! items.vectors.default Now Returns...

If you’re encountering this TypeScript error after upgrading from weaviate-client v3.6.0 and above: Type 'PrimitiveVectorType' is not assignable to type 'number[]'. Type 'MultiVectorType' is not...

View Article

Use of authentication.oidc.groups_claim ? RBAC rules based on external group...

Description Running a self-hosted Weaviate on an on-prem k8s cluster in a corporate environment. I am trying to understand options for configuring RBAC in Weaviate. I currently have authentication via...

View Article


Is filter+nearVector+offser-limit not supported ts v3?

The problem I am facing is that I currently have only 30 elements in my database, and I want to retrieve them in a paginated way (9 elements per page). What I observe in my logs is the following: On...

View Article

Creating a Cluster via Python

Hello all, I’d like to create a cluster on Weaviate Cloud Services programmatically. I believe this was possible in 3.8, but I cannot find it in the current version of Weaviate Client. Is this possible?

View Article


Image may be NSFW.
Clik here to view.

Use of authentication.oidc.groups_claim ? RBAC rules based on external group...

hi @tpanza !! Welcome to our community AFAIK, you need to set authentication.oidc.groups_claim according to your JWT and then create those roles with the same name in Weaviate. Let me know if this...

View Article

Image may be NSFW.
Clik here to view.

Is filter+nearVector+offser-limit not supported ts v3?

hi @MELINA_BELEN_JAUREGU !! Welcome to our community ! The properties that Weaviate will return back for the query are defined by returnProperties and will not change according to pagination. Once you...

View Article

Image may be NSFW.
Clik here to view.

Creating a Cluster via Python

hi @wjbmattingly !! Welcome to our community We do not support this for now While this is in our roadmap, I do not have an ETA Thanks for your interest in Weaviate!

View Article

Cannot do keywords search for Chinese content in Python

hi @gfwgfw !! I have raised it to our team! Thanks!!!

View Article


Creating a Cluster via Python

Thanks for the fast reply!

View Article