Metadata-Version: 2.4
Name: langchain-rag
Version: 1.2.0
Summary: This is a temporary project while I wait for my langchain [pull-request](https://github.com/langchain-ai/langchain/pull/7278) to be validated.
Project-URL: Repository, https://www.github.com/pprados/langchain-rag
Project-URL: Homepage, https://www.github.com/pprados/langchain-rag
Author: Philippe PRADOS
License: Apache 2.0
License-File: LICENSE.txt
Requires-Python: <4.0,>=3.10
Requires-Dist: greenlet>=3.3.0
Requires-Dist: jupyter>=1.0.0
Requires-Dist: langchain-community>=0.4.0
Requires-Dist: langchain-core>=1.2.0
Requires-Dist: langchain>=1.2.0
Description-Content-Type: text/markdown

# langchain-rag

This is a temporary project while I wait for my langchain [pull-request](https://github.com/langchain-ai/langchain/pull/7278) to be validated.

## Installation

```bash
uv sync
```

## Usage

```bash
uv run python -m ipykernel install --user --name langchain-rag
```

## Development

```bash
uv run python -m ipykernel install --user --name langchain-parent
```
