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: about 1 year ago
JSON representation

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