atopx
atopx
直接用编排好db和services, 一键部署岂不美哉
# definition ```go import ( "github.com/go-playground/locales/zh_Hans_CN" "github.com/go-playground/validator/v10/translations/zh" ) // ... rans, _ = ut.New(zh_Hans_CN.New()).GetTranslator("zh") type Test struct { Urls []string `json:"urls" validate:"unique" label:"urls"` } ``` # output ``` Key: 'Test.urls'...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
## Description > Source code: https://github.com/gin-gonic/gin/blob/b04917c53e310e3746ec90cd93106cda8c956211/context.go#L1208 The attribute `engine` is not judged whether it is `nil` in the `Value` method of `gin.Context`,may cause program panic ## How to reproduce -...
系统:Windows11 python:3.9 备注:我使用的`管理员PowerShell` 完整报错如下: ``` (codegeex) PS E:\CodeGeex2> python demo/run_demo.py --quantize 4 --model-path ../codegeex2-6b --chatglm-cpp fastllm disabled. Using chatglm-cpp to improve performance Loading checkpoint shards: 100%|███████████████████████████████████████████████████████████████| 7/7 [00:04
参数: 高中/必修/数学/第一册 
1. Add Support for the BGE-M3 embedding model 2. Support HF_ENDPOINT env for Rerank model
```go package main import ( "example/conf" "github.com/qdrant/go-client/qdrant" vecstore "github.com/tmc/langchaingo/vectorstores/qdrant" ) func main() { cfg := conf.Get().Qdrant client, _ := qdrant.NewClient(&qdrant.Config{ Host: cfg.Host, Port: cfg.Port, }) store, _ := vecstore.New( vecstore.WithClient(client),...
#### full error ``` Malformed URL error occurred Accessing a URL protocol that was not enabled. The URL protocol http is supported but not enabled by default. It must be...