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 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [pyproj] Bump pinecone-text version Bug fix with numpy dependency * Bump version to 0.1.2
- Loading branch information
1 parent
6751828
commit c7e7e5e
Showing
2 changed files
with
7 additions
and
2 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
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "canopy-sdk" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
description = "Canopy is an orchestration engine for intergating LLMs with Pinecone." | ||
authors = ["Relevance Team <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -17,7 +17,7 @@ openai = "^0.27.5" | |
tiktoken = "^0.3.3" | ||
pinecone-datasets = "^0.6.2" | ||
pydantic = "^1.10.7" | ||
pinecone-text = { version = "^0.6.0", extras = ["openai"] } | ||
pinecone-text = { version = "^0.6.1", extras = ["openai"] } | ||
pandas-stubs = "^2.0.3.230814" | ||
fastapi = "^0.92.0" | ||
uvicorn = "^0.20.0" | ||
|