Update README.md
This commit is contained in:
parent
75ffb1c5f6
commit
08b326550a
1 changed files with 0 additions and 6 deletions
|
|
@ -85,12 +85,6 @@ To use different LLM providers, for more info check out our <a href="https://doc
|
|||
|
||||
### Simple example
|
||||
|
||||
Add LLM_API_KEY to .env using the command bellow.
|
||||
```
|
||||
echo "LLM_API_KEY=YOUR_OPENAI_API_KEY" > .env
|
||||
```
|
||||
You can see available env variables in the repository `.env.template` file. If you don't specify it otherwise, like in this example, SQLite (relational database), LanceDB (vector database) and NetworkX (graph store) will be used as default components.
|
||||
|
||||
This script will run the default pipeline:
|
||||
|
||||
```python
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue