Batch insert progress bar updates rarely in logs view. Buffer flush?
hi @moruga123 !! I believe you are talking about the tqdm lib, right? If that’s the case, this is not a builtin feature in Weaviate cliente, but just a wrapper used around the insert. Here is more...
View ArticleInstall Weaviate in Existing Helm-Chart
HI! We do have an official helm chart: github.com GitHub - weaviate/weaviate-helm: Helm charts to deploy Weaviate to k8s Helm charts to deploy Weaviate to k8s Maybe that can help you on customizing it?
View ArticleIssue with weaviate shards and ingestion
Description I noticed when we ingest data in weaviate cluster from time to time some nodes/pods will loose connectivity and I will see messages like this:...
View ArticleHow do I match reference with near_text or hybrid
so we can’t query the reference? cause that would be awesome if i can query the reference aswell instead of only having filter by reference, and also by for example if the references got similarity...
View ArticleWeaviate and t2v on an aws instance
Description so i deployed my app which works fine on my local computer but when i deployed it on an aws instance using docker compose , some services aren’t really that linked to each other. I would...
View ArticleSpecifying properties with multi-tenancy causes bug
Description When I just specify multi-tenancy, all my insert / updates work. However, when I just add properties to the schema declaration, I start to get this error:...
View ArticleHorizontal Scaling or Upgrade issue - Weaviate cluster
Thanks @DudaNogueira ! I have updated to weaviate 1.26.3 and chart version 17.1.1, increased the replicas to 3. I am still having an issue with multiple replicas. Here is an example: I have weaviate-0...
View ArticleHorizontal Scaling or Upgrade issue - Weaviate cluster
Here is the list of RAFT_ and CLUSTER_ related env variables that the chart set for the stateful set, is there anything missing that I need to add manually? - name: CLUSTER_DATA_BIND_PORT value:...
View ArticleUsing Natural Language to Query Weaviate (self querying)
Does this mean that once Weaviate is set up with Langchain we can do Natural Language Query out of the box ? Any links or articles for reference ?
View ArticleIssue with weaviate shards and ingestion
hi @ivan075 !! Welcome to our community Regarding tuning for optimization, there are some options as stated here: Resource Planning | Weaviate Ingesting data is a heavy CPU bound process, so it is...
View ArticleWeaviate and t2v on an aws instance
hi @Hamza_Rezgui !! in your scenario, you should avoid using connect_to_local, and use connect_to_custom instead. or if using connect_to_local, also provide grpc_host as “weaviate” I believe this will...
View ArticleDense search grcp error after restarting weaviate Docker
Description I’m using Weaviate as vector store database for my LangChain FastAPI app, and it seems that every time I restart the weaviate Docker image, the previously created vector store will start...
View ArticleHorizontal Scaling or Upgrade issue - Weaviate cluster
andrii: 10.0.173.129 Hi! His this ip actually pointing to a node? It seems it is not able to connect to that
View ArticleDense search grcp error after restarting weaviate Docker
hi @Jasper_van_den_Berg !! Can you add, as a environment variable: CLUSTER_HOSTNAME=0cfd736f585d This may be a known issue from upgraded versions: weaviate.io Migration Guide | Weaviate Migration for...
View ArticleDense search grcp error after restarting weaviate Docker
Hi there @DudaNogueira , Thank you for the prompt response, I’ve just tested adding the suggested environment variable and it seems to indeed solve the issue, great! I’ll do some more testing just to...
View ArticleSpecifying properties with multi-tenancy causes bug
hi @Tejas_Sharma !! I believe you are facing this issue: github.com/weaviate/weaviate WeaviateQueryError when searching for objects stored as a refrence property in a multitenant collection or schema...
View ArticleWeaviate server closes connection unexpectedly
i have this issue locally opening on browser works fine ConnectionClosed: The socket connection was closed unexpectedly. For more information, pass verbose: true in the second argument to fetch()...
View ArticleWeaviate server closes connection unexpectedly
i think i might have found the issue, some kind of data corruption. making a new data store seems to work: - ./data2:/var/lib/weaviate was on ./data:/var/lib/weaviate
View ArticleSpecifying properties with multi-tenancy causes bug
Hi @DudaNogueira , I think mine is completely different because their bug is about multi-tenant to non-tenant but mine is that there is a bug in the SDK that if both multi tenancy and properties are...
View ArticleCan't connect to Google Vertex
I am faced with the same problem, but using X-Palm-Api-Key does not seem to work. Vertex AI is not compatible with API Keys anymore, hence I am trying Oauth2, service acc or simply an access token....
View Article