xiaoluohao
xiaoluohao
> 这块是支持认证mongo的代码,不能删除 用MONGODB_URI 里面输入username和passwd是认证的。我今天部署的,报错。给调整了下,就好了

save index: `index = VectorstoreIndexCreator(vectorstore_kwargs={"persist_directory":"./custom_save_dir_path"}).from_loaders([loader])` but i don't know,how to loader this index.
```go opts := &proxy.Options{ Addr: fmt.Sprintf(":%d", 9080), StreamLargeBodies: 1024 * 1024 * 5, SslInsecure: true, } p, err := proxy.NewProxy(opts) p.SetUpstreamProxy(func(req *http.Request) (*url.URL, error) { log.Printf("in user config upstream proxy...
curl -x http://127.0.0.1:8080 https://10.3.23.3 -k