https://github.com/Coding-Crashkurse/FastAPI-LangChain-Streaming
Streaming with LCEL - RAG Demoproject with Frontend
https://github.com/Coding-Crashkurse/FastAPI-LangChain-Streaming
Last synced: 4 months ago
JSON representation
Streaming with LCEL - RAG Demoproject with Frontend
- Host: GitHub
- URL: https://github.com/Coding-Crashkurse/FastAPI-LangChain-Streaming
- Owner: Coding-Crashkurse
- Created: 2024-04-02T18:57:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T09:36:25.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:07:37.883Z (8 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Coding-Crashkurse/FastAPI-LangChain-Streaming - Streaming with LCEL - RAG Demoproject with Frontend (Python)
README
# FastAPI-LangChain-Streaming
This project showcases a unique integration of LangChain's streaming capabilities with the FastAPI framework. It provides a practical example of how real-time streaming responses from language models can be achieved in a web application setting.
## Key Feature
- **LangChain Streaming with FastAPI:** The primary highlight of this project is the seamless combination of LangChain's language model streaming functionalities within a FastAPI application. This integration demonstrates the efficient handling of asynchronous streams of data from large language models, allowing for dynamic and responsive web API endpoints.
## Usage
The project includes various Python scripts that illustrate different approaches to implementing LangChain's streaming in a FastAPI context. It serves as an excellent starting point for developers looking to explore real-time data processing with language models in web applications.