fix: fix README type
This commit is contained in:
parent
f8192c9909
commit
6096733892
1 changed files with 4 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ Make data processing for LLMs easy
|
||||||
<img src="https://img.shields.io/github/issues-pr/topoteretes/cognee?style=for-the-badge" alt="cognee pull-requests"/>
|
<img src="https://img.shields.io/github/issues-pr/topoteretes/cognee?style=for-the-badge" alt="cognee pull-requests"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/topoteretes/cognee/releases">
|
<a href="https://github.com/topoteretes/cognee/releases">
|
||||||
<img src="https://img.shields.io/github/release/topoteretes/cognee?&label=Latest&style=for-the-badge" alt="cognee releases>
|
<img src="https://img.shields.io/github/release/topoteretes/cognee?&label=Latest&style=for-the-badge" alt="cognee releases" />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
@ -107,19 +107,17 @@ With poetry:
|
||||||
poetry add cognee
|
poetry add cognee
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 💻 Usage
|
## 💻 Usage
|
||||||
- Add a new piece of information to storage
|
- Add a new piece of information to storage
|
||||||
```
|
```
|
||||||
import cognee
|
import cognee
|
||||||
cognee.add(data_path, file_name)
|
cognee.add(absolute_data_path, dataset_name)
|
||||||
```
|
```
|
||||||
|
|
||||||
- Use LLMs and cognee to create graphs
|
- Use LLMs and cognee to create graphs
|
||||||
|
|
||||||
```
|
```
|
||||||
cognee.cognify(file_name)
|
cognee.cognify(dataset_name)
|
||||||
```
|
```
|
||||||
|
|
||||||
- Render the graph after adding your Graphistry credentials to .env
|
- Render the graph after adding your Graphistry credentials to .env
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue