This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move to serverless client (#195) * Fix tests * Change todo and erase notebooks * Fix comments * Fix tests * Fix tests * Add example * Make unit tests independent * Fix docs * Fix * Fix CI * Update CI * Remove connect * Fix lint * Remove comment * Change readme * Fix comments * Fix comments * Fix comments --------- Co-authored-by: Izel Levy <izellevy@Izels-MacBook-Pro-2.local> * Bump version to 0.4.0a0 * Update CI and tests * Fix comments * Fix api key * Fix tests * Fix lint * Update client * Disable pods for now * Fix lint --------- Co-authored-by: Izel Levy <izellevy@Izels-MacBook-Pro-2.local> Co-authored-by: ilai <ilai@pinecone.io> Co-authored-by: GitHub Action <relevance@pinecone.io>
- Loading branch information
1 parent
a52a022
commit dec8f94
Showing
16 changed files
with
219 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
PINECONE_API_KEY="<PINECONE_API_KEY>" | ||
PINECONE_ENVIRONMENT="<PINECONE_ENVIRONMENT>" | ||
OPENAI_API_KEY="<OPENAI_API_KEY>" | ||
INDEX_NAME="<INDEX_NAME>" | ||
CANOPY_CONFIG_FILE="config/config.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
from .knowledge_base import connect_to_pinecone | ||
from .knowledge_base import list_canopy_indexes | ||
from .knowledge_base import KnowledgeBase |
Oops, something went wrong.