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...
1yrs ago
065.9K
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...
1yrs ago
063.4K
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 ...
1yrs ago
071.4K
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...
1yrs ago
049.6K
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/ │ ...
1yrs ago
047.9K
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 ...
1yrs ago
052.5K
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...
1yrs ago
077.4K
在 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...
1yrs ago
048.4K
在 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...
1yrs ago
053.4K
在 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...
1yrs ago
052.4K