Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Quickstart library notebook #123

Merged
merged 21 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/library.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ For most common use cases, users can simply deploy the fully-configurable [Canop

For advanced users, this page describes how to use `canopy` core library directly to implement their own custom applications.

> **_💡 NOTE:_** You can also follow the quickstart Jupyter [notebook](../examples/canopy-lib-quickstart.ipynb)

The idea behind Canopy library is to provide a framework to build AI applications on top of Pinecone as a long memory storage for you own data. Canopy library designed with the following principles in mind:

- **Easy to use**: Canopy is designed to be easy to use. It is well packaged and can be installed with a single command.
Expand Down
Loading