[Question] Issue with Data Insertion using spark in Weaviate Cluster
hi @Ahmed_Mahmoud !! Sorry for the delay here. Were you able to solve this? Can you correctly insert directly into Weaviate with one of our clients? That would be interesting to try first. Also, can...
View ArticleA little help with GraphQL please
hi @Bjellis !! Sorry for the delay here. Missed this message Were you able to solve this?
View ArticleNode Desync and Cluster Inconsistencies After OOM on Weaviate-0
hi @Maxence_Oden !! Sorry for the delay here. Just found that missed some messages I believe this was tackled in 1.26: weaviate.io – 31 Jul 24 Weaviate 1.26 Release | Weaviate Weaviate 1.26 is...
View ArticleIntegrating Weaviate with Existing Databases - Emmanuel Katto Uganda
Hi @emmanuelkatto !! We have a blog that may help you here: weaviate.io Load data into Weaviate with Spark | Weaviate Overview Let me know if this helps!
View ArticleLocal Ollama Verba-Weaviate on docker odd errors when using chat
Hi! We have been discussing about running all locally with docker here: Locally running RAG pipeline with Verba and Llama3 with Ollama Support Description I tried following the blog post, Locally...
View ArticleBUG: Batcher doesn't upload the objects to the weaviate db
hi @Jekabsons !! Sorry, we missed this message Were you able to overcome this? Thanks!
View ArticleSearching with bm25 does not return all results with GeoCoordinate filter
We have tried it with python and no it does not work.
View ArticleCouldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
Let me know if we can jump in a call? Some commands, like using python3 or python may be different.
View ArticleBest way to multiprocess
Description I’m trying to multiprocess my RAG with around 4 million queries. The queries are over one cluster but with different metadata filters. I have used ThreadPoolExecutor but there seems to be...
View ArticleWeaviate using tons of CPU during "tombstone_cleanup_begin"
Thanks, I will check out those pages. I looked back at older logs and found the tombstone delete operations took only few sec to a few min even with >10k in size. So the one that got stuck is not...
View ArticleAlternatives to custom vectorizer for Weaviate Cloud?
@DudaNogueira thank you very much. I have read this, Thanbk you. Definitely worth a closer look.
View ArticleWeaviate Verba - How to change the port no weaviate is running on
Hi, I have gone through the whole solution and changed the port numbers for which weaviate is running on from 8080 to 8081 but for some reason, verba when it calls the api/connect, it is saying it...
View ArticleSearching with bm25 does not return all results with GeoCoordinate filter
hi @Bryan_Jenson ! What version are you using? Check out this code I did to reproduce this scenario: import weaviate from weaviate import classes as wvc import os client = weaviate.connect_to_local()...
View ArticleOnce weaviate.connect_to_embedded , do I need to start it before insert data...
I tried local connection with data inserted successfully. When I switch from connect_to_local to connect_to_embeded, data can’t insert . I saw error on the path now. anyway to suppress those messages...
View ArticleStart weaviate embeded with openai token and persistent storage
client = weaviate.connect_to_embedded( headers = {“X-OpenAI-Api-Key”: OPENAI_API_KEY}) client = weaviate.WeaviateClient( embedded_options=EmbeddedOptions( additional_env_vars={ “ENABLE_MODULES”:...
View ArticleStart weaviate embeded with openai token and persistent storage
Hi! Here is how you can run Weaviate Embedded using a local folder. Ps: I was not able to use the filesystem module while using Embedded first, let’s create our directories: mkdir -p /tmp/duda/data cd...
View ArticleOnce weaviate.connect_to_embedded , do I need to start it before insert data...
Hi! Once that you get a valid client, with a connected instance behind it, you should be able to insert your objects. You can check that with client.is_ready() Please note that Weaviate Embedded is...
View ArticleVectorization failed 404 http://host.docker.internal:11434/api/embed
Hey @DudaNogueira , thanks for the warm welcome! I found my issue, and it’s painfully straight forward. I was running it all within docker, I just had verba and weaviate on my docker compose, but the...
View ArticleStart weaviate embeded with openai token and persistent storage
Thanks a lot. What do you mean : “I was not able to use the filesystem module while using Embedded”? can’t upload data? or can’t specify storage? if not where did the data saved to? In memory? Thanks...
View ArticleOnce weaviate.connect_to_embedded , do I need to start it before insert data...
yah. i made the connection work yesterday, and observed the issue with connection as you planned already. Will data be persist after client is disconnected?
View Article