command
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 1, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
RAG Pipeline Example
This example demonstrates how to build a Retrieval-Augmented Generation (RAG) pipeline using LangGraphGo.
Overview
Shows how to:
- Build document retrieval workflows
- Integrate retrieval with generation
- Manage document embeddings and search
- Create end-to-end RAG systems
Running the Example
cd examples/rag_pipeline
go run main.go
Key Features
- Document Retrieval: Vector-based document search
- Context Integration: Combine retrieved docs with queries
- Generation Pipeline: LLM-based response generation
- Scalable Architecture: Handle large document collections
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.