Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metriccoders/metriccoders_langchain_notebooks
This repository contains notebooks and programs on langchain.
https://github.com/metriccoders/metriccoders_langchain_notebooks
genai langchain langchain-python llm ollama python
Last synced: 7 days ago
JSON representation
This repository contains notebooks and programs on langchain.
- Host: GitHub
- URL: https://github.com/metriccoders/metriccoders_langchain_notebooks
- Owner: metriccoders
- License: mit
- Created: 2024-03-10T15:48:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T05:25:36.000Z (10 months ago)
- Last Synced: 2024-12-06T16:15:10.888Z (22 days ago)
- Topics: genai, langchain, langchain-python, llm, ollama, python
- Language: Jupyter Notebook
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Metric Coders Langchain Notebooks
## Description
This repository contains Python notebooks and programs focused on Langchain. This includes applications on Retrieval Augmented Generation (RAG).## Table of Contents
1. [Installation](#installation)
2. [License](#license)## Installation
To run these notebooks and python programs, you need to have Python and some libraries installed on your machine. Here's how you can do it:```bash
# Clone the repository
git clone https://github.com/metriccoders/metriccoders_langchain_notebooks.git# Go into the repository
cd metriccoders_langchain_notebooks
```## License
This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE.md) file for details.