मीशो की कंपनी वाले से बात कैसे करते हैं?--
मीशो की ग्राहक सेवा टीम से संपर्क करने के लिए, आप उन्हें ✓O7407-628~017✓पर कॉल कर सकते हैं या आप उन्हें se@Meesho.com पर ईमेल कर सकते हैं। ‘’’ मीशो की ग्राहक सेवा टीम से संपर्क करने के लिए, आप उन्हें...
View ArticleDetermine if a query response was cut off
Huh, that’s interesting; your snippet only ever returns 100 for me, same as the one I provided, not 44; that seems like a bug in itself. If I update the query_defaults.limit parameter in the chart...
View ArticleQuickstart tutorial generative search exception on max_token using Python
Hi Duda, thanks for the quick reply and I’ll change to gpt-4. regards, Chris
View Article[Question] search status code: 401
Hi, I see these errors in pod logs and from Python client responses. I have 5 pods, named weaviate-*. This is the log from weaviate-0 pod:...
View ArticleQuickstart tutorial generative search exception on max_token using Python
Great! A new patch is being released to address this change in apis. it should be released probably today. Thanks!
View ArticleDetermine if a query response was cut off
Oh, by the way, my outcome was using a docker image. Ah!!! just checked, silly me. hehehe Because I have reused a docker-compose.yaml I have in my “lab” folder, I had QUERY_DEFAULTS_LIMIT set to 44…...
View ArticleAzureopenai with WeaViate (Insert and Search data) + Rag Azureopenai....
Azureopenai with WeaViate (Insert and Search data) + Rag Azureopenai. Combined WeaViate with a RAG from my company (RAG in Azure). Is it possible?
View ArticleFailed to start Verba on Docker in Windows
wtavares: I’m setting the docker with 3 CPUS now. Was 2. we are the same tho…
View ArticleFailed to start Verba on Docker in Windows
At the end the CPUs was not the issue. Change the base imagem solved. Try the Dockerfile that I sent.
View ArticleNot Equal Filter with Word Tokenization with non-alphanumeric characters
Interesting, I’ll make note of that. Thank you.
View ArticleKeyError: 'moduleConfig' Error Message
I removed the DEFAULT_VECTORIZER_MODULE and I am still getting the same error. However, I have worked through the the code in the recipe you shared and that is working ok. The only difference is that...
View ArticleDefault distance while creating collection
While creating collection, what happens if dont mention the vector_index_config, is the default distance_metric “Cosine” Is it neccesary for me to mention vector_index_config, if am using...
View ArticleSupport needed for fixing Weaviate performance issues
hi @Oscar_Dalmau_Roig !! HAve you tried changing the cpuPercentage as stated here? While we have seen some spikes in backups, our team were not able to consistently reproduce this.
View ArticleDefault distance while creating collection
hi @Rishi_Prakash !! If you do not provide any values to vector_index_config, it will set the default ones. for example, when you create a collection like this: collection =...
View ArticleException: Query call with protocol GRPC batch failed with message...
I have also seen this. for my case, it seems to have something to do with latency of the network connection (to the free weaviate cloud instance). client = weaviate.connect_to_wcs(...
View ArticleGOMEMLIMIT clarification
Description The documentation for optimizing Weaviate performance mentions setting the GOMEMLIMIT env variable on Weaviate replicas to 10-20% of the total memory available on the host. However, there...
View ArticleDeploying Weaviate before modules
Description I have a fairly complicated K8s cluster into which I’m deploying a 3 node weaviate setup. I’m using custom services to underpin the text2vec-transformers and reranker-transfomers modules....
View ArticleKeyError: 'moduleConfig' Error Message
Hi! As long as you have a working weaviate client (connect to embedded/local/cloud) it should work accordingly. You can paste the the docker compose here, like so: --- services: weaviate: command: -...
View ArticleKeyError: 'moduleConfig' Error Message
I have tried pasting the docker compose here but it does not work. I keep getting the error message I indicated above.
View ArticleKeyError: 'moduleConfig' Error Message
Oh, I mean, the content of the docker compose file. Feel free to reach out to me on our slack. I would love to help you there too!
View Article