Support for Voyage embedding multimodal model
@Petr_Adamek VoyageAI Multi Modal module will be available soon, look here
View ArticleFiltering based on creation_time requires index_timestamps
Hi @Mohamed_Shahin. I haven’t enabled it during the creation of the collection. I want to update the collection currently. Is there a way to do that?
View ArticleHow can i integrate Verba with N8n?
Is that possible to integrate Verba with N8N ? and how can i achieve that i tried using APIs but i alwyas miss something
View ArticleVectorization failed for some batches: 500, message='Internal Server Error'
Are those logs from docker? Are you using OpenAI and CoHere? Docker File: networks: local-net: external: true name: local-net # This is the Docker network that allows access to your local machine...
View ArticleDocker compose with backup-gcs not fetching credentials file
Description I am using docker compose to start weaviate with backup-gcs included in the module section. I get the following error:- {"action":"startup","error":"init modules: init module 2...
View ArticleDisable UDP in weaviate & improve documentation of UDP use
The same problems I got, and looking for the solution
View ArticleVectorization failed for some batches: 500, message='Internal Server Error'
I have used Ollama, selected it from the config
View ArticleUpdate an object through LangChain
hi @Troligen !! Welcome to our community You need to pass the uuid to that doc as the id parameter Here is a code example in python: from weaviate.util import generate_uuid5 from...
View ArticleFiltering based on creation_time requires index_timestamps
Good evening @abdimussa, You will need to re-index the collection with: inverted_index_config=wcc.Configure.inverted_index( index_timestamps=True ) index_timestamps is an immutable parameter that must...
View ArticleFiltering based on creation_time requires index_timestamps
Good evening @Mohamed_Shahin, so this means I’ll need to recreate the collection?
View ArticleFiltering based on creation_time requires index_timestamps
@abdimussa yes that’s correct.
View ArticleFiltering based on creation_time requires index_timestamps
@Mohamed_Shahin ok thank you. I’d appreciate it if you can share a resource on how to do that efficiently.
View Article[Docs] Image+text hybrid search on cross references
Thanks, @sebawita! sebawita: No, and yes. You need to bring both the image and the other properties into the same class. I tried bringing the encodedImage property into the Dog class, but it seems...
View ArticleFiltering based on creation_time requires index_timestamps
@abdimussa, Absolutely, I am more than happy to ensure you are well supported. Before sharing some snippets with you to re-use, is there anything specific you’re using or would like to use in your...
View Article,"panic":"runtime error: index out of range [2] with length 2"
Hi @Abdel_Rodriguez , thanks for response. Pls find the PQ configuration 'pq': {'bitCompression': False, 'centroids': 256, 'enabled': True, 'encoder': {'distribution': 'log-normal', 'type': 'kmeans'},...
View ArticleFiltering based on creation_time requires index_timestamps
@Mohamed_Shahin let’s take the below as an example. client = weaviate.connect_to_custom( http_host=valid_url, http_port="443", http_secure=True, grpc_host=valid_url, grpc_port="50051",...
View ArticleGRPC trying to send message larger than max error : when trying...
hi @gfwgfw !! This environment variable GRPC_MAX_MESSAGE_SIZE was recently reproduced, so I have changed the solution to this thread to yours! Thanks for sharing!
View ArticleUpdate an object through LangChain
Thanks you for your warm welcome and thank you for the solution! I see you’re using the deterministic ID which seems to make the handling of the updates more streamlined as well? In any case thank you...
View ArticleHigh resource usage in Flat Index
Team, I have created 10,000 tenants and imported 100 data for each tenant. My configured GOMAXPROCS and GOMEMLIMIT values as per the setup needs. The above is the resource consumption for the data,...
View Article