Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mneedham/ibm-clickhouse-langchain
https://github.com/mneedham/ibm-clickhouse-langchain
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mneedham/ibm-clickhouse-langchain
- Owner: mneedham
- Created: 2024-05-20T13:55:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T14:04:49.000Z (8 months ago)
- Last Synced: 2024-05-20T15:27:12.037Z (8 months ago)
- Language: Jupyter Notebook
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBM Watson/ClickHouse/Langchain RAG Example
## Installing ClickHouse
Setup a server directory
```bash
mkdir clickhouse-server
cd clickhouse-server
```Download
```bash
curl https://clickhouse.com/ | sh
```Start server
```bash
./clickhouse server
```## Running the notebook
```bash
poetry run jupyter lab
```## Viewing the notebook
If you don't want to run it, you can see the output @ https://nbviewer.org/github/mneedham/ibm-clickhouse-langchain/blob/main/App.ipynb