Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Mar 14, 2024
1 parent 6096733 commit 750e665
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 686 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ poetry add cognee
```

## 💻 Usage

Check out our demo notebook [here](cognee%20-%20Get%20Started.ipynb)


- Add a new piece of information to storage
```
import cognee
Expand Down
1,282 changes: 716 additions & 566 deletions cognee - Get Started.ipynb

Large diffs are not rendered by default.

118 changes: 0 additions & 118 deletions cognee.ipynb

This file was deleted.

2 changes: 0 additions & 2 deletions cognee/modules/search/vector/search_similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ async def search_similarity(query:str ,graph):
from cognee.infrastructure.databases.vector.get_vector_database import get_vector_database
vector_client = get_vector_database()

print(query)

result = await vector_client.search(id, query,10)

if result:
Expand Down

0 comments on commit 750e665

Please sign in to comment.