Write Timeout for Batch Vectorization in Docker – TLS & Container Restart Issues
Hey @Volvo It’s great to have you in our community! Have you tried to reduce the parallel processes to 1 or 2, or limit it to 100 objects at a time. It’s also worth checking that your network latency...
View ArticleWrite Timeout for Batch Vectorization in Docker – TLS & Container Restart Issues
Hi @Mohamed_Shahin ,thanks for replying! I have tried reducing parallelism to 2 and increasing the batch size from 50 to 100, like so: "WeaviateSettings": { "Host": "127.0.0.1", "Port": 8080,...
View ArticleI want to retain my Weaviate data even If I restart my docker container
Hi @DudaNogueira Sorry , I was busy with some other tasks so couldn’t reply early. As I am getting this warning “attempted to join and failed” and at this time when I hit the API to save the data in...
View ArticleWhere to specify the Azure OpenAI api version / model?
Description Hello, I would like to specify the api version that Weaviate uses to query the Azure OpenAI endpoint. From what I read in the discussions here I am not sure where I can specify the...
View ArticleWhere to specify the Azure OpenAI api version / model?
Hey @franz_hals Please have a look at: github.com/weaviate/weaviate Incorrect Config Assignment for text2vec_azure_openai in Named Vectors and General Vectorizer opened 12:20PM - 05 Mar 25 UTC Shah91n...
View ArticleWhere to specify the Azure OpenAI api version / model?
Hi Mohamed, thanks for creating the issue - it reflects my experience except that I did not try for bigger vector dimensions than 1536.
View ArticleMinimum system requirements for local setup
Hey everyone! I’m setting up Weaviate locally and want to find the minimum system requirements that allow for a smooth experience while also handling decent-sized datasets (e.g., 1M+ vectors). What’s...
View ArticleDuplicate data detection in weaviate
Thank you @DudaNogueira Can I use the batch import method in Weaviate to add data to a collection while ensuring duplicate records are identified using UUID? Currently, I am using the data.insert...
View ArticleDuplicate data detection in weaviate
Hi, I have a doubt regarding generating uuid for text_array. I have list of GUIDs [“123”,“456”] It should generate different deterministic uuid for both GUIDs that is GUID 123 will have uuid1 and GUID...
View ArticleUploading tables to weaviate database
So, i have made a chatbot. And i want to save the userdata from chatbot into weaviate. So, i am extracting 4 things from that chatbot, user_id, query, response from chatbot, and time taken for...
View ArticleHow to use open AI API key for free?, i am a student
how to use open AI API key for free??, i am a student
View ArticleHow to Improve the accuracy of vector search in weaviate
I am using hybrid search of the Weaviate where I have kept value of alpha = 1 means it will do vector search. But I am not getting accurate results for that. I am using openai’s ada model to generate...
View ArticleAssistance Needed to Improve Weaviate's Vector Search Performance
hi, I am using hybrid search of the Weaviate where I have kept value of alpha = 1 means it will do vector search. But I am not getting accurate results for that. I am using openai’s ada model to...
View ArticleCan weaviate image being deployed to private azure?
Ps: If using Azure, make sure to use disk.csi.azure.com and not file.csi.azure.com as per doc: Kubernetes | Weaviate
View ArticleMinimum system requirements for local setup
hi @Niharika !! Welcome to our community Based on this doc: weaviate.io Resource Planning | Weaviate Weaviate scales well for large projects. Smaller projects, less than 1M objects, do not require...
View ArticleUploading tables to weaviate database
hi @tapish_22.11 !! When you ingest your data, the collection schema definition will use only fields you want to compose that object vectors, or you can also send all of them. You can both generate...
View ArticleHow to use open AI API key for free?, i am a student
Hi @Mariem_Sayedi ! I am not sure how to get free credits for OpenAi. However, I could recommend using ollama, where you can locally host your models: weaviate.io Ollama + Weaviate | Weaviate The...
View ArticleAssistance Needed to Improve Weaviate's Vector Search Performance
Hi @Rohini_vaidya ! It is best to create a new thread for your question as they doesn’t seem related Is 10mm a property value? Doing a hybrid query to filter a data set will not properly work, as...
View ArticleError during ingestion: Failed to ingest data, error[usage error (500):...
Hi Luka! For all hosted clusters, the best place for a faster support is opening a support ticket here: console.weaviate.cloud Weaviate Cloud Weaviate Cloud This will allow us to directly access your...
View ArticleDuplicate data detection in weaviate
hi @Rohini_vaidya !! data.insert will fail when the uuid already exists. So if you have a unique content to pass to generate_uuid5, you can always generate the same uuid. Here an example: from...
View Article