Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
48577e5fbf
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -32,8 +32,10 @@ Deterministic LLMs Outputs for AI Engineers using graphs, LLMs and vector retrie
|
|||

|
||||
|
||||
|
||||
Try it in a Google collab <a href="https://colab.research.google.com/drive/184Kpe9XGjrt8nVss0WDiPsPRrPk5lZ6o?usp=sharing">notebook</a> or have a look at our <a href="https://topoteretes.github.io/cognee">documentation</a>
|
||||
Try it in a Google collab <a href="https://colab.research.google.com/drive/1_9o66rYOWQWc2rZA_3HekdOphzystSxx?usp=sharing">notebook</a> or have a look at our <a href="https://topoteretes.github.io/cognee">documentation</a>
|
||||
|
||||
|
||||
https://colab.research.google.com/drive/184Kpe9XGjrt8nVss0WDiPsPRrPk5lZ6o?usp=sharing
|
||||
If you have questions, join our <a href="https://discord.gg/NQPKmU5CCg">Discord</a> community
|
||||
|
||||
|
||||
|
|
@ -72,6 +74,12 @@ import cognee
|
|||
cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY"
|
||||
```
|
||||
|
||||
To run the UI, run:
|
||||
```
|
||||
docker-compose up cognee
|
||||
```
|
||||
Then navigate to localhost:3000/wizard
|
||||
|
||||
You can also use Ollama or Anyscale as your LLM provider. For more info on local models check our [docs](https://topoteretes.github.io/cognee)
|
||||
|
||||
### Run
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue