Errors: text too long for vectorization. Tokens for text: 10440, max tokens...
hi @Muhammad_Ashir ! Not sure I understood. If you chunk your document, in let’s say, 3 chunks, you will get only the chunk that is closest to your query.
View ArticleChanging keyword weight of only one out of 30 properties
Description Hey! I have a collection with around 30+ properties available, and I want the user, at query time, to choose relevant properties that´s important for their search. The problem is that...
View ArticleCouldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
I still haven’t solved the problem. ollama serve turned like : INFO [main] model loaded | tid=“139740393578496” timestamp=1730437064 time=2024-11-01T12:57:44.375+08:00 level=INFO source=server.go:626...
View ArticleCan weaviate image being deployed to private azure?
Description is it doable to deploy weaivate image to private azure cloud ? will the current image work ? image: cr.weaviate.io/semitechnologies/weaviate:1.27.0 Server Setup Information Weaviate Server...
View ArticleErrors: text too long for vectorization. Tokens for text: 10440, max tokens...
Hi @DudaNogueira that’s not my case here What i want if I have three chunks and my search is nearest to the one of the chunks then i wanna get all those three chunks We are working on a file base...
View ArticleErrors: text too long for vectorization. Tokens for text: 10440, max tokens...
Tokenization and Chunking are different things. Tokenization is about how an object property will be tokenized to be indexed. Let’s say you have a property url, that is set up to tokenization word...
View ArticleCouldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
That is strange. Could we do a screen share session? Feel free to join us in our slack so we can align this: https://weaviate.io/slack One thing we could try doing is entering Weaviate container and...
View ArticleCouldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
nan_dou: time=2024-11-01T12:57:44.424+08:00 level=INFO source=server.go:992 msg=“llm encode error: 500 Internal Server Error\nn_Map_base::at”, By the way, this message you got from ollama logs, right?...
View ArticleCan weaviate image being deployed to private azure?
hi @cw257900 !! Welcome to our community! It perfectly doable. You can deploy it yourself, using for example our official helm chart: github.com GitHub - weaviate/weaviate-helm: Helm charts to deploy...
View ArticleChanging keyword weight of only one out of 30 properties
hi @Marco_Vinicius_Nobre!! Welcome to our community That’s a really nice feature to have. Something like: apply_weight that will end up with all properties plus the weighted ones, right? Do you think...
View ArticleChanging keyword weight of only one out of 30 properties
Hey @DudaNogueira, thanks for the welcome! I believe that having both would be extremely helpful! The behaviour I was imagine is exactly what you mentioned. Just to give a brief explantion of what I...
View ArticleAlternatives to custom vectorizer for Weaviate Cloud?
hi @Analitiq !! One thing you can do, is to point your text2vec_openai to a different base_url. Here we have an example on how to accomplish this using Weaviate + KubeAi: weaviate.io KubeAI + Weaviate...
View ArticleAlternatives to custom vectorizer for Weaviate Cloud?
By the way, you will soon be able to run some models from within Weaviate check this out: Weaviate Cloud | Embedding
View ArticleFilter index breaks after updating/inserting new records
hi @g_parki !! Welcome to our community Thanks for the report and experiments !!! This is Chaos material! hehehe github.com GitHub - weaviate/weaviate-chaos-engineering: Chaos-Engineering-Style CI...
View ArticleCouldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
Dear, it is very regrettable that my server does not have permission to use Docker. I plan to use Start an Embedded Weaviate instance—Python Client v3. However, after executing the Python code, an...
View ArticleCouldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
This has worked for me. try this: mkdir -p /tmp/nan-temp/data cd /tmp/nan-temp export XDG_DATA_HOME=/tmp/nan-temp/data echo "import weaviate client = weaviate.connect_to_embedded() client.close()"...
View ArticleWeaviate using tons of CPU during "tombstone_cleanup_begin"
hi @00.lope.naughts !! You can set the up the aggressiveness of the tombstone cycles: weaviate.io Environment variables | Weaviate To configure Weaviate in a Docker or a Kubernetes deployment, set...
View ArticleHow is Storage footprint reduced after inserting vectors in to Weaviate
hi @Adi_Sra_Ga !! Sorry for the delay here I am assuming that this parquet already includes the vector, right? There some possible explanations here. For example, Weaviate uses 32 bit floats for...
View ArticleSearching with bm25 does not return all results with GeoCoordinate filter
hi @Bryan_Jenson !! Sorry for the delay here, missed this one Were you able to solve this? Do you get the same results if filtering with python v4?
View ArticleLog null responses
hi @jaydcrowe1989 !! Sorry! I missed this one here too Not sure I understood your question. Can you provide some code examples or elaborate more on this?
View Article