-
Notifications
You must be signed in to change notification settings - Fork 612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add ollama embedding to ai-cache #1794
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1794 +/- ##
==========================================
+ Coverage 35.91% 43.41% +7.50%
==========================================
Files 69 76 +7
Lines 11576 12278 +702
==========================================
+ Hits 4157 5331 +1174
+ Misses 7104 6617 -487
- Partials 315 330 +15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
整体上没什么问题,微调一下就可以了
|
||
//var ollamaConfig OllamaProviderConfig | ||
|
||
//type ollamaProviderConfig struct {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这俩注释还有必要吗?
本来是1.20,但是我这里commit上去成1.21了。现在修正回来
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
Ⅰ. Describe what this PR did
AI 缓存插件对接 Ollama
Ⅱ. Does this pull request fix one issue?
Fix #1445
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
1.环境介绍
ollama本地部署llama3.2,并且使用ngrok内网穿透,直接调用接口
/api/embed
可以正常使用2.编译插件
ai-proxy
ai-cache
3.Docker部署higress
docker-compose.yaml
envoy.yaml
4. 测试
回显
容器日志
Ⅳ. Describe how to verify it
感谢老师指导