Semantic search is not as good as I expected
Hi, I think i can help with that too but with a different acpect, When i add a property info i always add the lat and long coordinates for that property , So when i do the search i would use these...
View ArticleSemantic search is not as good as I expected
Should the csv be like “type: apartment, bedrooms: 2, bathrooms: 2” ?
View ArticleSemantic search is not as good as I expected
yes that would be correct, and you can add any more search criteria in csv, one more important note in this case you shoud not depend on the search score at all just do the search and pass the results...
View ArticleAlternate to Reindexing of existing records
Thanks @Mohamed_Shahin for sharing the roadmap. It will be a great help.
View ArticleHelp to get the right syntax for query statement - from v3 client to v4 client
Thank you for the helpful advice.
View ArticleHow to use Generative Search with locally hosted LLM (within the firewall)...
Thank you for the helpful advice. I will give a try.
View ArticleNot able to ingest the batches of data
Hi! Can you try catching those errors? Check here: weaviate.io Python | Weaviate - Vector Database Overview
View ArticleIs there going to be a Weaviate.jl?
Hey folks, I have been wondering, is there any plans for launching a Weaviate package for the Julia programming language? Apparently, mongo and pinecone has one, but since I am comfortable with...
View ArticleIs there going to be a Weaviate.jl?
Hi @Adityam_Ghosh, Great question! It’s possible that we may look at Julia Client in the future but currently there is no roadmap for it. However I would say open a new feature request here: GitHub...
View ArticleFatal error during Weaviate 1.25 startup: could not open cloud meta store
Hi, sorry! I was out of office those days. Have it fixed with the new version? Not sure I understood. Upgrading fixed it, but it failed again and was back with a restart?
View ArticleHybrid score returning NONE scores randomly for the same query with the same...
hi! Welcome to our community. What are the version you are using? Can you reproduce this with latest?
View ArticleHow to access/search data ingested through Weaviate client in langchain /...
hi @omarsinno !! Welcome to our community! We do have multi tenancy support in Weaviate. Check here the docs: python.langchain.com Weaviate | 🦜️🔗 LangChain This notebook covers how to get started with...
View ArticleUsing a local reranker-transformers reduces performance by 100x
hi @Nicholas_Miller !! Welcome to our community!! Do you mean this code, right? GitHub Issues · weaviate/reranker-transformers Contribute to weaviate/reranker-transformers development by creating an...
View ArticleFatal error during Weaviate 1.25 startup: could not open cloud meta store
No, it’s not fixed. The error also happened with the latest version. After it happened, the Pod got restarted and in the second try, it came up successfully. Looks like some sort of race condition to...
View ArticleHow to filter by date field
Hi! You should use timestamps. check here a simple reproducible example: import weaviate import os from weaviate import classes as wvc client = weaviate.connect_to_local()...
View ArticleTimeout Error While Creating Schema Property on Weaviate with 3-Node...
Description Server Setup Information Weaviate Server Version: 1.19.1 Deployment Method: k8s Multi Node? Number of Running Nodes: 3 Client Language and Version: Python, weaviate-client==3.19.1...
View ArticleTimeout Error While Creating Schema Property on Weaviate with 3-Node...
hi @Matthew_Leung !! Welcome to our community !! First, this is a fairly old version. We strongly suggest you to upgrade to latest as there are a lot of improvements and bug fixes between those...
View Article[Question] Merging multiple index's into a new one
Hi! If your target collection has a vectorizer properly configured, and you do not provide the vectors, Weaviate will trigger the vectorization of that objects. To avoid that, you can provide the...
View ArticleSome objects not readable after batch import / flush and switch failed
Oh, that’s not a lot of objects. Where are you running this? One thing to look for is the hardware of that server, specially on hard drive specs.
View Article