[Question] synchronized:false but nodes can see each other
hi @Juan_Rodriguez !! Welcome to our community Glad you found a solution. Not sure you are using our helm chart, but we strongly suggest using it as it’s the best way to have the same environment as...
View ArticleWeaviate Shutting Down Automatically
hi @jenu9417 !! Welcome to our community That’s strange. It seems that something external to Weaviate is sending a TERM SIGNAL, as considering the logs you have shared, I see nothing that would make...
View ArticleIssue with Weaviate Container on Start-up
hi @saurbhhsharrma !! Do you have any logs? Are those containers running as single node or as a cluster?
View Article[Question] Error: Can't get standard auto vectorization to run?
Hi @weisisheng, Can you share the code you use to: connect (please redact your URLs/API keys), insert data, query? In your configuration, you have 3 vectorizers. So, when you query, you need to...
View ArticleWeaviate collections not visible to verba
hi @Dimitris_Krasakis ! Welcome to our community You have uploaded your content using Verba, and now want to inspect it directly in Weaviate Cloud Console? Or was it the other way around? You have...
View Article[Question] Error: Can't get standard auto vectorization to run?
weisisheng: when I query on wcs, it is showing no auto vectorization. … docker image 1.26.4, dotenv 16.4.5, weaviate-client 3.0.8 To be on a safe side. Do you run Weaviate with Docker or in Weaviate...
View ArticleWeaviate collections not visible to verba
Hi @DudaNogueira , Thank you for your response, In my case i have first created the sand box and uploaded data in a Waeviate collection. So it is the second scenario (uploaded through a client and...
View ArticleCollection Reference turned into UUID, and couldn't be link
Hi! I was not able to create the collections using this schema. I got this error, due to the data type “vector” that is not valid: { "name": "simhash", "dataType": [ "vector" ] }, this was the error:...
View ArticleHow to configure corporate modified base url of openAI in weaviate client
Hi Rajan, OpenAI To access corporate hosted service by OpenAI, You can do it with base_url in the vectorizer configuration (see docs for all config options) With classic vectorizer from...
View ArticleHow to configure corporate modified base url of openAI in weaviate client
hi @Rajan_Kumar_Soni !! Welcome to our community! Also notice that you can set this value at query time too, like so: client = weaviate.connect_to_local( headers={ "X-OpenAI-BaseURL":...
View ArticleIssue with QUERY_DEFAULTS_LIMIT and QUERY_MAXIMUM_RESULTS
I believe this is a resource issue. Do you still see this issue if you increase the allocated resource for this cluster?
View ArticleGRPC trying to send message larger than max error : when trying...
hi @dch239 !! Welcome to our community Using the fixed size batch is not a hacky solution at all. the dynamic size batch will calculate the amount of objects to send based on the latency of the...
View ArticleWeaviate collections not visible to verba
That’s right. If you upload your content to Weaviate, and connect a Verba instance to that same cluster, you will not be able to see those contents in Verba, as Verba has its own way of storing data....
View ArticleWeaviate collections not visible to verba
@DudaNogueira , thank you , Your response was really helpfull.
View ArticleIssue with Weaviate Container on Start-up
It is being used on a Single node. Below are the logs:
View ArticleIssue with Weaviate Container on Start-up
can you copy and paste the entire logs? from start to quit? This looks only a partial log
View ArticleLate Chunking
Really glad you appreciated the notebook and are excited about late chunking - there’s a lot going on in retrieval right now that’s really interesting. There aren’t currently any plans to implement...
View ArticleIssue with Weaviate Container on Start-up
I can see only these logs on ECS. { "action": "startup", "build_git_commit": "584532a", "build_go_version": "go1.21.13", "build_image_tag": "1.26.4", "build_wv_version": "1.26.4",...
View Article[Question] Error: Can't get standard auto vectorization to run?
I’ve got one collection which I’ve had on WCS for a few months Completely separate from this new project. The one I am trying to insert is on docker. I just found the ability to query local from WCS...
View Article[Question] Error: Can't get standard auto vectorization to run?
connection // Connect to local Weaviate database const weaviateClient = await weaviate.connectToLocal({ headers: { "X-Cohere-Api-Key": process.env.COHERE_API_KEY || "", "X-OpenAI-Api-Key":...
View Article