概览

地址与参考

LingLLM 源码仓库、Go 包文档、示例代码与外部服务文档索引。

MCP API

项目地址

类型地址
GitHub 仓库github.com/LingByte/lingllm
Go 模块go get github.com/LingByte/lingllm
根包文档pkg.go.dev/github.com/LingByte/lingllm
示例目录github.com/LingByte/lingllm/tree/main/examples
许可证AGPL-3.0
当前版本v1.4.5 · Go 1.26

安装

go get github.com/LingByte/lingllm@v1.4.5

LLM 核心

供应商客户端

RAG 检索

向量数据库

服务官方文档
Qdrantqdrant.tech/documentation
Milvusmilvus.io/docs

语音能力

灵枢文档交叉引用

全部示例一览

示例源码地址覆盖模块
openai-demoexamples/openai-demoOpenAI 对话
anthropic-demoexamples/anthropic-demoAnthropic 对话
ollama-demoexamples/ollama-demoOllama 本地对话
tools-demoexamples/tools-demo工具调用
chain-demoexamples/chain-demo链式管道
prompt-demoexamples/prompt-demoPrompt 模板
memory-demoexamples/memory-demo工作记忆
memory-layers-demoexamples/memory-layers-demo分层记忆
embedder-demoexamples/embedder-demo向量嵌入
search-demoexamples/search-demo全文搜索
chunk-demoexamples/chunk-demo文档分片
knowledge-demoexamples/knowledge-demo知识库
qdrant-demoexamples/qdrant-demoQdrant
voice-demoexamples/voice-demo语音会话
voiceclone-volcengine-demoexamples/voiceclone-volcengine-demo火山克隆
voiceclone-xunfei-demoexamples/voiceclone-xunfei-demo讯飞克隆
response-demoexamples/response-demo响应处理
batch-processing-demoexamples/batch-processing-demo批量处理
此页面对您有帮助吗?

本页内容