From 91d1f3eca8989bd44d31b1e148fd1703012b6538 Mon Sep 17 00:00:00 2001 From: 511 <15816056+fqd511@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:43:09 +0800 Subject: [PATCH] add link for pinecone in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9ef9d5c..caa0a473 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ MEMORY_INDEX=whatever Pinecone enables the storage of vast amounts of vector-based memory, allowing for only relevant memories to be loaded for the agent at any given time. -1. Go to app.pinecone.io and make an account if you don't already have one. +1. Go to [pinecone](https://app.pinecone.io/) and make an account if you don't already have one. 2. Choose the `Starter` plan to avoid being charged. 3. Find your API key and region under the default project in the left sidebar. @@ -344,4 +344,4 @@ flake8 scripts/ tests/ # Or, if you want to run flake8 with the same configuration as the CI: flake8 scripts/ tests/ --select E303,W293,W291,W292,E305 -``` \ No newline at end of file +```