Skip to content

Commit 8147828

Browse files
committed
update .gitignore
1 parent c8d09e4 commit 8147828

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ dmypy.json
137137
*.bin
138138
*ini
139139
*.ini
140+
modelcache_serving.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Codefuse-ModelCache
2525
- [Acknowledgements](#Acknowledgements)
2626
- [Contributing](#Contributing)
2727
## news
28-
- 🔥🔥[2024.04.09] Added the ability of Redis Search to store and retrieve embeddings in multi-tenant scene, this can reduce the interaction time between Cache and vector databases to 10ms.
28+
- 🔥🔥[2024.04.09] Add Redis Search to store and retrieve embeddings in multi-tenant scene, this can reduce the interaction time between Cache and vector databases to 10ms.
2929
- 🔥🔥[2023.12.10] we integrate LLM embedding frameworks such as 'llmEmb', 'ONNX', 'PaddleNLP', 'FastText', alone with the image embedding framework 'timm', to bolster embedding functionality.
3030
- 🔥🔥[2023.11.20] codefuse-ModelCache has integrated local storage, such as sqlite and faiss, providing users with the convenience of quickly initiating tests.
3131
- [2023.08.26] codefuse-ModelCache...

modelcache_serving.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# -*- coding: utf-8 -*-
2+
"""
3+
Alipay.com Inc.
4+
Copyright (c) 2004-2023 All Rights Reserved.
5+
------------------------------------------------------
6+
File Name : modelcache_serving.py
7+
Author : fuhui.phe
8+
Create Time : 2024/4/11 15:12
9+
Description : description what the main function of this file
10+
Change Activity:
11+
version0 : 2024/4/11 15:12 by fuhui.phe init
12+
"""

0 commit comments

Comments
 (0)