weaviate
weaviate copied to clipboard
Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a c...
``` ERRO[0138] could not (re)build graphql provider action=graphql_rebuild error="Could not re-generate GraphQL schema, because: Could not build GraphQL schema, because: buildGetClass: wrong propertyType for thing.Post.ofCategory; SingleRef class name 'Category' does...
## SItuation * `asdf1234` is not a word in the c11y * `asdf` and `1234` are words in the contextionary * an object contains `asdf1234` * an explore search is...
The [open-api specs](https://github.com/semi-technologies/weaviate/blob/master/openapi-specs/schema.json#L3) indicate that YAML is an accepted input method for a schema. However, not all of the YAML schema is parsed when a Thing with properties is posted...
See screenshot for details, some notes: * This is using the deployed demo dataset at `https://demo.dataset.playground.semi.technology`. As of now it is unknown if this error is specific to something in...
The following query throws an exception: ``` { Get { Things { Product(explore: {concepts: ["sereh"]}, limit: 25) { description extendedDescription _semanticPath{ path { concept distanceToNext distanceToPrevious distanceToQuery distanceToResult } }...
When deleting a referenced thing the reference to that thing will not be deleted. Question should the reference be deleted? Issue: The reference is shown as `null` in the GraphQL...
Instead of: ```graphql { Get { Things { Article { title url wordCount HasAuthors { ... on Author { name } ... on Publication { name } } } }...
Error: ``` "explorer: get class: search: vector search: request is error: status: 400 Bad Request, type: search_phase_execution_exception, reason: all shards failed, shards: maxClauseCount is set to 1024", ``` In a...
This script is loading a simple schema with people who can be in groups (requires python client https://pypi.org/project/weaviate-client/): ``` python import weaviate import time client = weaviate.Client("http://localhost:8080") client.create_schema("https://raw.githubusercontent.com/semi-technologies/weaviate-python-client/master/documentation/getting_started/people_schema.json") homer =...
The POST request to http://localhost:8080/v1/actions/22cc3380-ef73-48f8-9e3c-c603fae0f4b0/references/toCompany leads to the error message: ```json { "error": [ { "message": "could not store action: Illegal primitive value for property date, value is \"2019-03-24T14:25:57Z\"" }...