Categorygithub.com/andy-zhangtao/Functions
module
0.2.3
Repository: https://github.com/andy-zhangtao/functions.git
Documentation: pkg.go.dev

# README

Functions

Some serverless functions

Data struct

  • Weaviate
{
    "class": "diary",
    "description": "the work content for user",
    "vectorizer": "text2vec-openai",
    "properties": [
        {
            "dataType": [
                "text"
            ],
            "description": "content that will be vectorized",
            "name": "content"
        },
        {
            "dataType": [
                "text"
            ],
            "description": "the user name",
            "name": "user"
        },
        {
            "dataType": [
                "text"
            ],
            "description": "the date of the diary",
            "name": "date"
        },
    ],
    "vectorIndexConfig":{
        "ef": 100
    }
}

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author