File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -250,11 +250,23 @@ https://mp.weixin.qq.com/s/ExIRu2o7yvXa6nNLZcCfhQ
250
250
- 异步日志回写能力,用于数据分析和统计
251
251
- 增加model字段和数据统计字段,用于功能拓展。
252
252
253
- 未来会持续建设的功能:
253
+ ## Todo List
254
+ ### Adapter
255
+ - [ ] register adapter for Milvus:根据scope中的model参数,初始化对应Collection 并且执行load操作。
256
+ Embedding model&inference
257
+ - [ ] inference优化:优化embedding推理速度,适配fastertransformer, TurboTransformers, ByteTransformer等推理引擎
258
+ - [ ] 兼容huggingface模型和modelscope模型,提供更多模型加载方式。
259
+ ### Scalar Storage
260
+ - [ ] Support MongoDB
261
+ - [ ] Support ElasticSearch
262
+ ### Vector Storage
263
+ - [ ] 在多模态场景中适配faiss存储
264
+ ### Rank能力
265
+ - [ ] 增加Rank模型,对embedding召回后的数据,进行精排
266
+ ### Service
267
+ - [ ] 支持fastapi
268
+ - [ ] 增加前端界面,用于测试
254
269
255
- - [ ] 基于超参数的数据隔离
256
- - [ ] system promt分区存储能力,以提高相似度匹配的准确度和效率
257
- - [ ] 更通用的embedding模型和相似度评估算法
258
270
## 致谢
259
271
本项目参考了以下开源项目,在此对相关项目和研究开发人员表示感谢。<br />[ GPTCache] ( https://github.com/zilliztech/GPTCache )
260
272
You can’t perform that action at this time.
0 commit comments