Sharenet.ai

Day arching a pawn and sharing for the king!
使用 Ollama+LangChain 构建本地 RAG 应用

Building a Local RAG Application with Ollama+LangChain

This tutorial assumes that you are already familiar with the following concepts: Chat Models Chaining runnables Embeddings Vector stores Retrieval-augmented generati...
3mos ago
0572
Ollama 本地部署模型接入 Dify

Ollama Local Deployment Model Access Dify

Dify supports access to large-scale language model inference and embedding capabilities deployed by Ollama. Quick Access Download Ollama Access Ollama installation and configuration and view Ollama local deployment tutorials. Run Ol...
3mos ago
0534
Ollama 接入本地 AI Copilot 编程助手

Ollama access to local AI Copilot programming assistant

Introduction This document describes how to build a local Copilot-like programming assistant to help you write more beautiful and efficient code. From this course you will learn to use Ollama to integrate local programming assistants, including Continue Aider ...
3mos ago
0537
OpenWebUI 部署 Ollama 可视化对话界面

OpenWebUI Deploying the Ollama Visualization Dialog Interface

I. Deploying with Node.js 1. Install Node.js Download and install the Node.js tool: https://www.nodejs.com.cn/download.html Set up the mirror source, for example, using the following...
3mos ago
0525
FastAPI 部署 Ollama 可视化对话界面

FastAPI Deployment Ollama Visualization Dialog Interface

I. Directory structure Under the C6 folder of the repository notebook: fastapi_chat_app/ │ ├── app.py ├── websocket_handler.py ├── static/ │ ...
3mos ago
0472
Ollama 在 LangChain 中的使用 - JavaScript 集成

Ollama in LangChain - JavaScript Integration

Introduction This document describes how to use Ollama to integrate with LangChain in a JavaScript environment to create powerful AI applications.Ollama is an open source deployment tool for large language models, and LangChain ...
3mos ago
0485
Ollama 在 LangChain 中的使用 - Python 集成

Ollama in LangChain - Python Integration

简介 本文档介绍了如何在 Python 环境中使用 Ollama 与 LangChain 集成,以创建强大的 AI 应用。Ollama 是一个开源的大语言模型部署工具,而 LangChain 则是一个...
3mos ago
0591
在 Golang 中使用 Ollama API

Using the Ollama API in Golang

本文介绍了如何在 Golang 中使用 Ollama API。这篇文档旨在帮助开发者快速上手并充分利用 Ollama 的能力。Ollama 本身是由 Golang 语言开发,Golang 语言版本的接...
3mos ago
0531
在 C++ 中使用 Ollama API

Using the Ollama API in C++

本文介绍了如何在 C++ 中使用 Ollama API 。这篇文档旨在帮助 C++ 开发者快速上手并充分利用 Ollama 的能力。通过学习本文档,你可以轻松集成 Ollama 到你的项目中。 需要注...
3mos ago
0531
在 JavaScript 中使用 Ollama API

Using the Ollama API in JavaScript

本文介绍了如何在 JavaScript 中使用 Ollama API 。这篇文档旨在帮助开发者快速上手并充分利用 Ollama 的能力。你可以在 Node.js 环境中使用,也可以在浏览器中直接导入对...
3mos ago
0481