Browse Source

Update 'README.md'

天问 2 years ago
parent
commit
27a0c39ae9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -271,3 +271,5 @@ For more detailed usage and code examples check `./examples`.
 
 ```
 上面函数就是对 embeddings_model 处理,把 concept 加入,排序,标准化(不能超过最大tokens)等。
+
+因为使用变量存储,即内存存储,适合做client,不适合做server 接口,需要改成 redis等存储方式不会内存溢出。