AI Sharing Circle

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...
7mos ago
023.3K
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...
7mos ago
020.7K
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 ...
7mos ago
024.2K
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...
7mos ago
018.4K
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/ │ ...
7mos ago
017.7K
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 ...
7mos ago
017.4K
Ollama 在 LangChain 中的使用 - Python 集成

Ollama in LangChain - Python Integration

Introduction This document describes how to use Ollama in a Python environment to integrate with LangChain to create powerful AI applications.Ollama is an open source deployment tool for large language models, and LangChain is a...
7mos ago
021.7K
在 Golang 中使用 Ollama API

Using the Ollama API in Golang

This article describes how to use the Ollama API in Golang.This document is designed to help developers get up to speed quickly and take full advantage of the capabilities of Ollama.Ollama itself is developed in the Golang language, and the Golang language version picks up...
7mos ago
017.9K
在 C++ 中使用 Ollama API

Using the Ollama API in C++

This article describes how to use the Ollama API in C++. This document is designed to help C++ developers get up to speed quickly and take full advantage of Ollama's capabilities. By studying this document, you can easily integrate Ollama into your projects. Note...
7mos ago
018.9K
在 JavaScript 中使用 Ollama API

Using the Ollama API in JavaScript

This article describes how to use the Ollama API in JavaScript. This document is designed to help developers get up to speed quickly and take full advantage of Ollama's capabilities. You can use it in a Node.js environment or directly in the browser by importing the pair...
7mos ago
019.7K