Getting 'default' error on migration
Description I’m following the migration script to move from a normal cluster to an HA one with the script given: def migrate_data(collection_src, collection_tgt): with...
View ArticleTimeout Issue When Inserting Video Data into Weaviate with Multi2Vec-Bind...
Description The issue occurs while attempting to insert video data into the Animals collection in Weaviate using the Python client. The UnexpectedStatusCodeError is thrown with the following message:...
View ArticleTransactional updates?
Description I’m building a web application where certain user-triggered operations involve mutating, updating, cross-referencing etc. several objects across several collections. The python client...
View ArticleHow to configure cohere as self hosted
Description How to configure cohere as self hosted instead of public cohere url
View ArticleDarshan Hiranandani : Updating Verba to Use New Embedding Models from OpenAI
Hello everyone, I’m Darshan Hiranandani, Currently, still configured to use the older text2vec-openai model. I’m looking to update it to use the newer OpenAI models, such as text-embedding-3-small or...
View ArticleEmmanuel Katto : How to Remove a Reference Property from Weaviate Collection...
Hi everyone, I’m Emmanuel Katto, I’ve added a reference property to a Weaviate collection using the Python client, but now I’m looking for a way to remove it without recreating the entire collection...
View ArticleUnable to run hybrid search (but nearText works) : Connection refused to ollama
hi, I am facing this error UnexpectedStatusCodeError: Collection may not exist.! Unexpected status code: 500, with response body: {‘error’: [{‘message’: ‘failed to execute query: leader not found’}]}....
View ArticleWeaviate Failing after adding fields to Class
Description Recently we added a couple new fields to our weaviate class. After doing so weaviate started throwing a lot of errors. It works sparingly for some calls but for the most part it fails....
View ArticleHi I have already created collections but when I try to insert add object it...
Hi I have already created collections but when I try to insert add object it says class already exist why so?
View ArticleHi I have already created collections but when I try to insert add object it...
Hello @Yunus_Loan, Welcome to our community and great to have you here! Could you please share more details? If you could provide the code you’re using, details of the server and any specific...
View ArticleClient tool for Weaviate DB
I dont think weaviate has any OS native client libraries. There are language specific client libraries like in python, js, go etc.
View ArticleUser Creation in RBAC
Is there a user creation API for the recently introduced RBAC functionality in weaviate . In the RBAC I found APIs to create roles, permissions and assign them to users but I found no API to create...
View ArticleDoes weaviate support reranker model provided by aws in typescript version?
I want to integrate cohere reranker into weaviate typescript version, and the cohere reranker is provided by AWS, how can i achieve my goal? If yes, can i dynamic enable reranker or disable rerank on...
View ArticleMeta endpoint! Unexpected status code: 401, with response body: {'code': 401,...
hi @Mohamed_Shahin thank you for responding import weaviate, os from weaviate.classes.init import Auth client = weaviate.connect_to_custom(...
View ArticleEmmanuel Katto : How to Remove a Reference Property from Weaviate Collection...
Hello @emmanuelkatto, Some parameters are mutable after you create your collection, but not all. To modify immutable parameters, you’ll need to export your data, create a new collection, and then...
View ArticleDarshan Hiranandani : Updating Verba to Use New Embedding Models from OpenAI
Hi @darshanhiranandani23, Our machine learning engineers are continuously improving and working on new features and integrations in Verba. I believe you can request a feature or submit an issue for...
View ArticleClient tool for Weaviate DB
Hi @RamuA, Here is a list of the client libraries we have as tools for Weaviate database: weaviate.io Reference - Client Libraries | Weaviate Explore Weaviate client libraries to integrate Weaviate...
View ArticleIs autocut effective in scoring curves where the jumps are indistinguishable
Hi @Yezer_Gonzalez, It’s lovely to have you with us, and welcome to our community! Autocut helps to balance the influence of both vector and keyword-based relevance scores in your search results. If...
View ArticleTransactional updates?
Hi @elias.gabriel, That’s a good question. Currently, Weaviate doesn’t support the capability to group queries into transactions natively. However, you can implement some sort of actions, retries, or...
View ArticleDoes weaviate support reranker model provided by aws in typescript version?
Hi @alisha_liu, Here is how you can configure the Renaker integration we have with Cohere: weaviate.io Reranker | Weaviate Cohere Reranker Model Provider Currently, there isn’t an integration...
View Article