Darshan Hiranandani : Scaling StatefulSet in Weaviate on Kubernetes – Need...
Hello everyone, I’m Darshan Hiranandani, We’re facing an issue with our Weaviate deployment on Kubernetes. Our deployment was initially placed on the system node pool before we applied the necessary...
View ArticleHow to Configure Hybrid Search with Specific Query Properties?
Hello everyone, I am trying to set up hybrid search in Weaviate and need some assistance with configuring the query properties. Here’s my current collection setup: collection =...
View ArticleHow to Configure Hybrid Search with Specific Query Properties?
@Dirk Need your guidance here
View ArticleUnable to get field check on First insertion
I am trying to create a collection which totally works fine like this try: collection_name = generate_collection_name(request.id) client.collections.create( collection_name, vectorizer_config=[...
View ArticleSays collection exist on insertion even
Good morning @Muhammad_Ashir, I hope you’re having a great day! Looking at the error, it seems there might be an issue in the logic, as you’re attempting to insert the same class again. I recommend...
View ArticleWhy does search speed suffer (and RAM consumption increases) when there are a...
Hi @DevelMyCry, Have you upgraded to Weaviate version 1.28.2 to see if it offers any performance improvements? Do you have multiple nodes setup right? Furthermore, it might not be direct but have you...
View ArticleMeta endpoint! Unexpected status code: 401, with response body: {'code': 401,...
Good morning @Jyothi_Ram Welcome to our community! It’s great to have you here. Here is how to configure it: weaviate.io Kubernetes | Weaviate For a tutorial on how to use minikube to deploy Weaviate...
View ArticleUnable to get field check on First insertion
Hi @Muhammad_Ashir, There is a check on objects which can be beneficial for you by using .exists() in the client: weaviate.io Read objects | Weaviate Instead of querying your database, you can use an...
View ArticleGetting the below error while connecting to Waeviate v4 client
error connecting: Meta endpoint! Unexpected status code: 401, with response body: {‘code’: 401, ‘message’: ‘oidc auth is not configured, please try another auth scheme or set up weaviate with OIDC...
View ArticleWhy does search speed suffer (and RAM consumption increases) when there are a...
Hi @Mohamed_Shahin, No, I haven’t. This will be problematic. My Weaviate instance is running on one node, in standalone. I don’t have tried it (dynamic ef=-1).
View ArticleHow to Configure Hybrid Search with Specific Query Properties?
Hi @Freddy, I hope you’re having a good week! I just wanted to clarify what you’re trying to achieve. Please correct me if I’m wrong: You’re aiming to perform a keyword search on strong_enthusiasm and...
View ArticleHow to best handle domain specific acronyms/abbreviations?
Description Hi, I’ve noticed that when using the text2vec-contextionary, one can add custom words or abbreviations (referred to as “concepts”) through the v1/modules/text2vec-contextionary/extensions/...
View ArticleGetting the below error while connecting to Waeviate v4 client
Hi @Devyanshi_Agarwal, Welcome to our community! It’s great to have you here. The error you’re encountering typically occurs when authentication is either not configured or incorrectly set up. Have...
View ArticleWeaviate cosine similarity completelly different than ScikitLearn with...
Hey. Just a suggestion, you used embedding with sklearn as sentence transformer and I’m not sure, but check if in weaviate you have had vectorised it like sentence transformers way or basic like...
View Article[Question] Unload Vector Index From Memory
Hello @Michael_Mabinuola, Welcome to the Weaviate community! It’s great to have you here. In Weaviate, vector indexes cannot be dynamically unloaded from memory after a vector index search. This...
View ArticleUsing DataType.TEXT_ARRAY as a datatype for a feature/column causes problems...
Hi @kumaran14, It’s lovely to have you here—welcome to the community! LangChain’s Document class is designed to handle individual text entries, with the page_content attribute specifically expecting a...
View ArticleIs there a GUI console to access the db data after install the weaviate?
Hi @Sherry, I am not sure if we currently working on integration with Zhipu models. Our available model providers here: weaviate.io Model provider integrations | Weaviate Weaviate integrates with a...
View ArticleWhy does search speed suffer (and RAM consumption increases) when there are a...
I would recommend attempting dynamic EF, as it is mutable and can be adjusted as needed weaviate.io Collection definition | Weaviate Schema Configuration in Weaviate If you can schedule downtime...
View Article[Verba] programmatic management of weaviate db
I’m also interested in a programatic way to manage documents connected to verba. Specifically, I want the ability to set metadata fields for my documents (labels, link, etc.). I have a few hundred...
View Article