Weaviate not backing up for a long time
hi @swetag !! Welcome to our community Nice! This looks like one of our chaos pipelines How have you deleted those objects in step 2? When you delete the entire collection, it’s simpler, as no object...
View ArticleHow to use weaviate with LM Studio?
Yes that is very helpful! It’s confusing because the docs pages for the text2vec_openai module (text2vec-openai | Weaviate - Vector Database) refer to it in camel case like “baseURL” However now I’m...
View ArticleWeaviate crashing because of following error, can someone help on this
I am also getting the similar error with Azure File share and as per my analysis and community this issue happens with Azure file share. ( here and here,)
View ArticleWeaviate not backing up for a long time
Hey @DudaNogueira , thanks for your response. I catch the uuids of the objects by running a conditional search operation and in this scenario the uuid of all the objects(around 27k) are returned but...
View ArticleQuerying the Exisitng Cluster in Weavaite
Thank You @DudaNogueira for your info, It worked.
View ArticleVerba and Multitenancy/Multi-user experience
Thank you, Dirk. Do you and your team have any plans to implement “multi-user” or “multi-tenant” capabilities in Verba?
View Article[Question] about Hybrid search
I have an object with vectors and properties, and one of the fields in the properties is a location, and I want to use a hybrid search, where the input is a vector, and I want to find something...
View ArticleRandom SSL/TLS Errors while vectorizing strings inside docker container
Description Hi guys, I have these type of errors often inside a weaviate docker container: explorer: get class: vectorize params: vectorize params: vectorize params: vectorize move to: vectorize move...
View ArticleWeaviate Upgrade Impact Assessment
Hi Team, We would like to upgrade our Weaviate from docker.io/semitechnologies/weaviate:1.19.1 to docker.io/semitechnologies/weaviate:1.22.0 in our EKS environment. Could you please let us know if...
View ArticleTimeout Error While Creating Schema Property on Weaviate with 3-Node...
Issue fixed. I think there is some problem on our db.
View Article[Question] about Hybrid search
Hi @arthur_zhang, Welcome to the Weaviate Community. Sure, you can use the location together with you vector query. You have two options: “filter” and “hybrid”. Option 1 - filter You can add a filter...
View ArticleHelp needed with moving from nearText + moveTo to nearObject or nearVector
Hi guys, I need some help with searching objects in graphql. Background: Using weaviate in RAG context to get the legal doc elements to feed to answering model (openai) The query contains the question...
View ArticleVerba and Multitenancy/Multi-user experience
mikhail: Do you and your team have any plans to implement “multi-user” or “multi-tenant” capabilities in Verba? I dont work on this directly so no idea - you need to wait for Edward & Team
View ArticleVerba and Multitenancy/Multi-user experience
hi @mikhail !! Welcome to our community I believe the best here is to open a feature request in Verba’s repo That way we can channel all interested parties and discussions there. I have not found any...
View ArticleRandom SSL/TLS Errors while vectorizing strings inside docker container
hi @SergeLiatko !! Welcome to our community !! Logs point to something on OpenAi side while vectorizing the moveTo. The error appearing on 5% of the queries too, as this may be a load balancer...
View ArticleHelp needed with moving from nearText + moveTo to nearObject or nearVector
hi @SergeLiatko !! the UUID reference, both for nearObject and moveto or moveaway should be in the same collection. Considering that you can use UUID for moveto and moveaway, one solution would:...
View ArticleWeaviate Upgrade Impact Assessment
hi @mathieu !! A good practice is to never skip release versions. So: Backup Migrate first to 1.21.9 (latest 1.21.X as I write) Wait it start up, and check some logs. Now migrate to 1.22.13 (again,...
View ArticleUnable to Run Backup Process w/ Python Client
Hi @dhanshew72 !! That’s strange. in your http://localhost:8080/v1/nodes?output=verbose can you see your 2 nodes correctly?
View ArticleTrouble Batch Inserting Records Using Langchain w/ Weaviate
Hi! Can you share the docker compose you have used? Also, for multi node, it is best to have at least 3 nodes.
View ArticleUpdate golden ragtriever?
Hi! There isn’t a released docker image, AFAIK Can you share the docker image path? You can build it yourself: github.com GitHub - weaviate/Verba: Retrieval Augmented Generation (RAG) chatbot......
View Article