weaviate / weaviate

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 cloud-native database​.
https://weaviate.io/developers/weaviate/
BSD 3-Clause "New" or "Revised" License
11.02k stars 762 forks source link

/v1/schema returns c11y-specific info, even when no c11y is present #1502

Closed etiennedi closed 3 years ago

etiennedi commented 3 years ago

E.g.

{
    "classes": [
        {
            "class": "Publication",
            "description": "A publication with an online source",
            "invertedIndexConfig": {
                "cleanupIntervalSeconds": 60
            },
            "moduleConfig": {
                "text2vec-contextionary": {
                    "vectorizeClassName": false
                },
                "text2vec-transformers": {
                    "poolingStrategy": "masked_mean",
                    "vectorizeClassName": true
                }
            },
...
etiennedi commented 3 years ago

Closing as we assume this was due to config explicitly mentioning the text2vec-contextionary module.