Questions tagged [weaviate]

Weaviate is an open source vector database that stores both objects and vectors, allowing for combining vector search with structured filtering and CRUD operations. It supports modules such as creating embeddings or generating responses via OpenAI, and is accessible through GraphQL, REST, and various language clients.

Homepage: weaviate.io

116 questions
0
votes
1 answer

OIDC results in crash Azure Kubernetes

Cannot for the life of me get Weaviate to launch with OIDC authentication - I have tried every combination under the sun and the pod falls into a CrashLoopBackOff. I can successfully deploy with the defaults (anon access = true and no admin list);…
Kieran
  • 21
  • 2
0
votes
0 answers

Inconsistent results in filtered queries in Weaviate. HNSW graph traversal + filtering

I have setup a Weaviate db witch holds about 12M vectors, along with some metadata for each one. I am getting inconsistent/wrong/weird??? results when I perform filtered search, i.e. filter on a meta data field and then perform ANN search. (I have…
0
votes
1 answer

What languages does Weaviate support?

I'm getting started with Weaviate, I visited the Weaviate docs, but I couldn't find a resource describing which languages are currently supported.
vanya
  • 178
  • 8
0
votes
1 answer

What is Weaviate scoring approach?

I observed that Weaviate score isn't the same as cosine similarity. I'd appreciate it if you could give any resources on Weaviate's scoring approach.
0
votes
1 answer

Classifying based on an array of categories in Weaviate?

I'm trying to use the contextual classification on my data set of articles. The thing is, some of them belong to multiple "Categories", which are listed in an array. I would still like to classify my articles based on these categories but I'm not…
chung
  • 835
  • 1
  • 7
  • 19
0
votes
0 answers

meta information does not show the installed transformer module

I have installed version 1.2.1 of weaviate and selected a transformer module. but the /v1/meta endpoint does not display the transformer details. I get the following: { "hostname": "http://[::]:8080", "modules": { "text2vec-transformers": { …
Gadhu
  • 1
0
votes
1 answer

weaviate error code 400 parsing body from ... failed invalid character 'G' looking for beginning of object

I am trying to follow the steps at https://www.semi.technology/documentation/weaviate/current/client-libs/python.html and end up with the same problem as in: parsing body body from \"\" failed, because invalid character 'G' looking for beginning of…
Wolfgang Fahl
  • 15,016
  • 11
  • 93
  • 186
0
votes
0 answers

Weaviate container hanging

I often have an weaviate container that is freezing up with the message [ { "level": "info", "msg": "No network configured. Not Joining one.", "time": "2020-02-28T11:46:02Z" }, { "action":…
Jeroen
  • 66
  • 2
0
votes
1 answer

Graphql query filter in Weaviate

It seems I can't figure out how to query the Weaviate and filter out unwanted objects. I have read: https://graphql.org/learn/queries/#arguments I think this would translate into my test using postman: { "query": "{ Get { Things { …
0
votes
0 answers

Running weaviate with a custom contextionary

I want to run weaviate with my own custom contextionary. I already have a trained Glove embedding, can I use it as is or does it need anything specific to be able to use it in weaviate? And do you also support other models like Fasttext? I read the…
1 2 3 4 5 6 7
8