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 ArticleMessing 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 ArticleCollection 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 ArticleStopwords 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 ArticleMessing 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 ArticleShould 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 ArticleCannot 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[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 ArticleCollection 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 ArticleStopwords 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 ArticleWeaviate Cluster Setup with Docker on Different Servers Failing
hi @Valiev_Javlon !! Welcome to our community and thanks for sharing!
View ArticleText2vec-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 ArticleHas 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 ArticleText2vec-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 ArticleHas 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 ArticleHas 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 ArticleHas 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 ArticleUpgrading 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 ArticleUpgrading 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 ArticleText2vec-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 ArticleUpgrading 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 ArticleIP 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 ArticleNormalizing 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 ArticleWeaviate 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 ArticleMessing 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 ArticleIP 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 ArticleNormalizing 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 ArticleWeaviate 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 ArticleText2vec-ollama module ignores OLLAMA_API_ENDPOINT and defaults to localhost...
Awesome! Thanks for sharing!
View ArticleNormalizing 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 ArticleGenerative 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 ArticleHow 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 ArticleHow 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 ArticleSorting 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 ArticleText2vec-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 ArticleSorting 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 ArticleCannot 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 ArticleMessing up search results under parallel write operations!
@DudaNogueira Hello! A kind reminder that I am waiting any feedback on my questions:)
View ArticleGenerative 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 ArticleGenerative 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 ArticleTypeScript 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 ArticleUse 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 ArticleIs 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 ArticleCreating 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 ArticleUse 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 ArticleIs 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 ArticleCreating 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 ArticleCannot do keywords search for Chinese content in Python
hi @gfwgfw !! I have raised it to our team! Thanks!!!
View Article