Couldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
hi @nan_dou ! Glat to hear that! You run Embedded mode from “within” the client. It will first then download the go binary and run it for you. This is all you need for running with python: import...
View ArticleMetadata properties
Description What is behavior of creation time and last_update time in metadata. Why creation_time is always updating. import weaviate.classes.config as wcc import weaviate.classes as wvc...
View ArticleVectorization failed for some batches: 500, message='Internal Server Error'
I increased the docker memory allocation to 10 GB and trying again. DudaNogueira: tail -n 100 ~/.ollama/logs/server.log Thank you. Here are the logs from that file: time=2024-11-14T15:39:42.076-05:00...
View ArticleUploading CSV files to Weaviate
I am trying to upload my csv files to weaviate after creating sandbox account. Don’t see any option for upload. My other choice is through Python which I never used. What are my options?
View ArticleUploading CSV files to Weaviate
hi @Crazydarkman113 !! Welcome to our community Weaviate is a Database. So you will need other tools in order to load a csv file. One option is to leverage frameworks like Langchain. Here, for...
View ArticleVectorization failed for some batches: 500, message='Internal Server Error'
I increased the memory allocation to 12 GB and swap to 2GB and the issue persists. It happens on large (>80 mb) and small (< 1mb) pdf files.
View ArticleProblem with near_text Query and Metadata Filtering in Weaviate
Hello @DudaNogueira, thank you again for your response! Everything worked out; there was a typo in my code that was super hidden and was causing the error…
View ArticleMigrate from v1.19 to v1.27
Hi, there is a self-hosted WeaviateDB (v1.19.0) running by docker compose in my project. Is it possible to upgrate the DB to the latest version (v1.27.x)? If yes, what is the steps to upgrate or...
View ArticleMigrate from v1.19 to v1.27
Good morning @AU_Jay, Welcome to our community! It’s lovely to have you here. That’s an absolutely great question. Generally, we recommend upgrading one major release at a time as there are new...
View ArticleMetadata properties
Good morning @2020ashish, Happy Friday! In Weaviate, each data object has two primary timestamps: • creationTimeUnix: The timestamp when the object was initially created. • lastUpdateTimeUnix: The...
View ArticleMetadata properties
Thanks @Mohamed_Shahin Curretly facing huge read/write operation in mentioned case. can you help me optimize my code I am getting hnsw_vector_cache_prefill frequently - #5 by 2020ashish
View ArticleI am getting hnsw_vector_cache_prefill frequently
Hey @2020ashish, as per thread Metadata properties - #3 by 2020ashish, My answer based on your last message in this thread, since you have two files and are batching each separately, I would recommend...
View ArticleWeaviate Cluster Setup with Docker on Different Servers Failing
@DudaNogueira @Dr_Kotapally_Harish i have the similar issue with below is the error how do i need to sort it sort but i have it single node"docker_image_tag":“1.26.1”,“level”:“info”,“msg”:“configured...
View ArticleSingle Weaviate unable to connect
Description I have weaviate running in an VM but i need another weaviate for Production.Created snapsot and spiined a VM after spiing containers are getting spinned but my old data is present but when...
View ArticleOptimizing Object Import Performance in Large Weaviate Classes with HSNW...
(post deleted by author)
View ArticleHow can I config the gse tokenization
Description I’m trying to use weaviate to handle chinese documents, I know weaviate support gse as the tokenization, but how can I config the gse. I need to load chinese dict to the gse for particular...
View ArticleFjfjc me know if you are interested in our
Hcvjjv me know when you are free number of the day of
View Articleclient.GraphQL().Get() tries to use llama3 instead of the model I want
Hi all, I’m trying to build a simple RAG application in Golang. Everything is working fine, except when I try to get data for the final inference: client.GraphQL().Get() tries to use llama3 instead of...
View ArticleUpdate existing chunks in a document with more than QUERY_MAXIMUM_RESULTS...
afstkla: For now (and for other people reading this thread), we’ll probably go for: Grab the updated document & chunk it as normal & calculate deterministic UUIDs Create a completely new...
View ArticleAsync_replication context deadline exceeded, unable to Activate Tenant
Description Hi all, I am trying to run Weaviate on Mixed Arch Kube ( Arm65 and Amd64). 3-Nodes and 3 Replicas. Nodes are geographically apart (2 Nodes at one place, 1 at another).But I am constantly...
View Article